Html Css Color HEX #CF6A55 Japonica

📋 copy color: '#CF6A55'

red 207 ◦ green 106 ◦ blue 85

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

Shades of Japonica #CF6A55

Tints of Japonica #CF6A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 52.01%
G = 26.63%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF6A55 (or 0xCF6A55) is known color: Japonica. HEX triplet: CF, 6A and 55. RGB value is (207,106,85). Sum of RGB (Red+Green+Blue) = 207+106+85=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A55 is #3095AA. Grayscale: #858585. Windows color (decimal): -3184043 or 5597903. OLE color: 5597903.

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

Color convert

RGB 207 106 85 -
CMYK 0 0.49 0.59 0.19
HSL 10.33º 0.56% 0.57% -
HSV(B) 10.33º 0.59% 0.81% -
XYZ 32.53 24.23 11.56 -
YUV 133.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 207 106 85 0 0.49 0.59 0.19 10.33 0.56 0.57
Hex CF 6A 55 0 31 3B 13 A 38 39
Octal 317 152 125 0 61 73 23 12 70 71
Binary 11001111 1101010 1010101 0 110001 111011 10011 1010 111000 111001

Color Harmonies of #CF6A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A55

Black with #CF6A55

Text Example


Text Example

White with #CF6A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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