Html Css Color HEX #CF6C09 Chocolate

📋 copy color: '#CF6C09'

red 207 ◦ green 108 ◦ blue 9

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

Shades of Chocolate #CF6C09

Tints of Chocolate #CF6C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 63.89%
G = 33.33%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6C09 (or 0xCF6C09) is known color: Chocolate. HEX triplet: CF, 6C and 09. RGB value is (207,108,9). Sum of RGB (Red+Green+Blue) = 207+108+9=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C09 is #3093F6. Grayscale: #7E7E7E. Windows color (decimal): -3183607 or 617679. OLE color: 617679.

HSL color Cylindrical-coordinate representation of color #CF6C09: hue angle of 30º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF6C09 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 9 -
CMYK 0 0.48 0.96 0.19
HSL 30º 0.92% 0.42% -
HSV(B) 30º 0.96% 0.81% -
XYZ 31.14 24.01 3.25 -
YUV 126.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 207 108 9 0 0.48 0.96 0.19 30 0.92 0.42
Hex CF 6C 9 0 30 60 13 1E 5C 2A
Octal 317 154 11 0 60 140 23 36 134 52
Binary 11001111 1101100 1001 0 110000 1100000 10011 11110 1011100 101010

Color Harmonies of #CF6C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C09

Black with #CF6C09

Text Example


Text Example

White with #CF6C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C09; }

 p { color: rgb(207,108,9); }

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

background-color css

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

 a { background-color: rgb(207,108,9); }

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

border-color css

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

 span { border-color: rgb(207,108,9); }

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