Html Css Color HEX #CF6F56 Japonica

📋 copy color: '#CF6F56'

red 207 ◦ green 111 ◦ blue 86

#CF6F56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CF6F56

Tints of Japonica #CF6F56

RGB

 RED value IS 207 (81.25% from 255) = 51.24%

 GREEN value IS 111 (43.75% from 255) = 27.48%

 BLUE value IS 86 (33.98% from 255) = 21.29%

R = 51.24%
G = 27.48%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF6F56 (or 0xCF6F56) is known color: Japonica. HEX triplet: CF, 6F and 56. RGB value is (207,111,86). Sum of RGB (Red+Green+Blue) = 207+111+86=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F56 is #3090A9. Grayscale: #898989. Windows color (decimal): -3182762 or 5664719. OLE color: 5664719.

HSL color Cylindrical-coordinate representation of color #CF6F56: hue angle of 12.4º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6F56 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 86 -
CMYK 0 0.46 0.58 0.19
HSL 12.4º 0.56% 0.57% -
HSV(B) 12.4º 0.58% 0.81% -
XYZ 33.1 25.31 11.94 -
YUV 136.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 207 111 86 0 0.46 0.58 0.19 12.4 0.56 0.57
Hex CF 6F 56 0 2E 3A 13 C 38 39
Octal 317 157 126 0 56 72 23 14 70 71
Binary 11001111 1101111 1010110 0 101110 111010 10011 1100 111000 111001

Color Harmonies of #CF6F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F56

Black with #CF6F56

Text Example


Text Example

White with #CF6F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F56; }

 p { color: rgb(207,111,86); }

 H1.HeaderClassName
 {
   color: #CF6F56;
 }
 .AnyTagClassName
 {
   color: #CF6F56;
 }
</style>

background-color css

<style>
 a { background-color: #CF6F56; }

 a { background-color: rgb(207,111,86); }

 div.DivClassName
 {
   background-color: #CF6F56;
 }
 .BgClassName
 {
   background-color: #CF6F56;
 }
</style>

border-color css

<style>
 span { border-color: #CF6F56; }

 span { border-color: rgb(207,111,86); }

 td.TdClassName
 {
   border-color: #CF6F56;
 }
 .TagClassName
 {
   border-color: #CF6F56;
 }
</style>