Html Css Color HEX #CF6419 Chocolate

📋 copy color: '#CF6419'

red 207 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #CF6419

Tints of Chocolate #CF6419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 62.35%
G = 30.12%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6419 (or 0xCF6419) is known color: Chocolate. HEX triplet: CF, 64 and 19. RGB value is (207,100,25). Sum of RGB (Red+Green+Blue) = 207+100+25=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6419 is #309BE6. Grayscale: #7B7B7B. Windows color (decimal): -3185639 or 1664207. OLE color: 1664207.

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

Color convert

RGB 207 100 25 -
CMYK 0 0.52 0.88 0.19
HSL 24.73º 0.78% 0.45% -
HSV(B) 24.73º 0.88% 0.81% -
XYZ 30.46 22.45 3.65 -
YUV 123.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 207 100 25 0 0.52 0.88 0.19 24.73 0.78 0.45
Hex CF 64 19 0 34 58 13 19 4E 2D
Octal 317 144 31 0 64 130 23 31 116 55
Binary 11001111 1100100 11001 0 110100 1011000 10011 11001 1001110 101101

Color Harmonies of #CF6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6419

Black with #CF6419

Text Example


Text Example

White with #CF6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6419; }

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

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

background-color css

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

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

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

border-color css

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

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

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