Html Css Color HEX #CF6413 Chocolate

📋 copy color: '#CF6413'

red 207 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #CF6413

Tints of Chocolate #CF6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 63.5%
G = 30.67%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6413 (or 0xCF6413) is known color: Chocolate. HEX triplet: CF, 64 and 13. RGB value is (207,100,19). Sum of RGB (Red+Green+Blue) = 207+100+19=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6413 is #309BEC. Grayscale: #7B7B7B. Windows color (decimal): -3185645 or 1270991. OLE color: 1270991.

HSL color Cylindrical-coordinate representation of color #CF6413: hue angle of 25.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF6413 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 19 -
CMYK 0 0.52 0.91 0.19
HSL 25.85º 0.83% 0.44% -
HSV(B) 25.85º 0.91% 0.81% -
XYZ 30.41 22.43 3.34 -
YUV 122.76 69.45 188.09 -
System Red Green Blue C M Y K H S L
Decimal 207 100 19 0 0.52 0.91 0.19 25.85 0.83 0.44
Hex CF 64 13 0 34 5B 13 1A 53 2C
Octal 317 144 23 0 64 133 23 32 123 54
Binary 11001111 1100100 10011 0 110100 1011011 10011 11010 1010011 101100

Color Harmonies of #CF6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6413

Black with #CF6413

Text Example


Text Example

White with #CF6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6413; }

 p { color: rgb(207,100,19); }

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

background-color css

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

 a { background-color: rgb(207,100,19); }

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

border-color css

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

 span { border-color: rgb(207,100,19); }

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