Html Css Color HEX #CF6625 Chocolate

📋 copy color: '#CF6625'

red 207 ◦ green 102 ◦ blue 37

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

Shades of Chocolate #CF6625

Tints of Chocolate #CF6625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 59.83%
G = 29.48%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF6625 (or 0xCF6625) is known color: Chocolate. HEX triplet: CF, 66 and 25. RGB value is (207,102,37). Sum of RGB (Red+Green+Blue) = 207+102+37=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6625 is #3099DA. Grayscale: #7E7E7E. Windows color (decimal): -3185115 or 2451151. OLE color: 2451151.

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

Color convert

RGB 207 102 37 -
CMYK 0 0.51 0.82 0.19
HSL 22.94º 0.7% 0.48% -
HSV(B) 22.94º 0.82% 0.81% -
XYZ 30.82 22.9 4.55 -
YUV 125.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 207 102 37 0 0.51 0.82 0.19 22.94 0.7 0.48
Hex CF 66 25 0 33 52 13 17 46 30
Octal 317 146 45 0 63 122 23 27 106 60
Binary 11001111 1100110 100101 0 110011 1010010 10011 10111 1000110 110000

Color Harmonies of #CF6625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6625

Black with #CF6625

Text Example


Text Example

White with #CF6625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6625; }

 p { color: rgb(207,102,37); }

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

background-color css

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

 a { background-color: rgb(207,102,37); }

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

border-color css

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

 span { border-color: rgb(207,102,37); }

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