Html Css Color HEX #CF6417 Chocolate

📋 copy color: '#CF6417'

red 207 ◦ green 100 ◦ blue 23

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

Shades of Chocolate #CF6417

Tints of Chocolate #CF6417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.97%

R = 62.73%
G = 30.3%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF6417 (or 0xCF6417) is known color: Chocolate. HEX triplet: CF, 64 and 17. RGB value is (207,100,23). Sum of RGB (Red+Green+Blue) = 207+100+23=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6417 is #309BE8. Grayscale: #7B7B7B. Windows color (decimal): -3185641 or 1533135. OLE color: 1533135.

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

Color convert

RGB 207 100 23 -
CMYK 0 0.52 0.89 0.19
HSL 25.11º 0.8% 0.45% -
HSV(B) 25.11º 0.89% 0.81% -
XYZ 30.44 22.44 3.54 -
YUV 123.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 207 100 23 0 0.52 0.89 0.19 25.11 0.8 0.45
Hex CF 64 17 0 34 59 13 19 50 2D
Octal 317 144 27 0 64 131 23 31 120 55
Binary 11001111 1100100 10111 0 110100 1011001 10011 11001 1010000 101101

Color Harmonies of #CF6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6417

Black with #CF6417

Text Example


Text Example

White with #CF6417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6417; }

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

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

background-color css

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

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

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

border-color css

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

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

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