Html Css Color HEX #CF6A56 Japonica

📋 copy color: '#CF6A56'

red 207 ◦ green 106 ◦ blue 86

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

Shades of Japonica #CF6A56

Tints of Japonica #CF6A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 51.88%
G = 26.57%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF6A56 (or 0xCF6A56) is known color: Japonica. HEX triplet: CF, 6A and 56. RGB value is (207,106,86). Sum of RGB (Red+Green+Blue) = 207+106+86=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A56 is #3095A9. Grayscale: #868686. Windows color (decimal): -3184042 or 5663439. OLE color: 5663439.

HSL color Cylindrical-coordinate representation of color #CF6A56: hue angle of 9.92º 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 #CF6A56 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 86 -
CMYK 0 0.49 0.58 0.19
HSL 9.92º 0.56% 0.57% -
HSV(B) 9.92º 0.58% 0.81% -
XYZ 32.57 24.25 11.77 -
YUV 133.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 207 106 86 0 0.49 0.58 0.19 9.92 0.56 0.57
Hex CF 6A 56 0 31 3A 13 A 38 39
Octal 317 152 126 0 61 72 23 12 70 71
Binary 11001111 1101010 1010110 0 110001 111010 10011 1010 111000 111001

Color Harmonies of #CF6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A56

Black with #CF6A56

Text Example


Text Example

White with #CF6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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