Html Css Color HEX #CF6125 Chocolate

📋 copy color: '#CF6125'

red 207 ◦ green 97 ◦ blue 37

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

Shades of Chocolate #CF6125

Tints of Chocolate #CF6125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

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

R = 60.7%
G = 28.45%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF6125 (or 0xCF6125) is known color: Chocolate. HEX triplet: CF, 61 and 25. RGB value is (207,97,37). Sum of RGB (Red+Green+Blue) = 207+97+37=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6125 is #309EDA. Grayscale: #7B7B7B. Windows color (decimal): -3186395 or 2449871. OLE color: 2449871.

HSL color Cylindrical-coordinate representation of color #CF6125: hue angle of 21.18º 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 #CF6125 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 37 -
CMYK 0 0.53 0.82 0.19
HSL 21.18º 0.7% 0.48% -
HSV(B) 21.18º 0.82% 0.81% -
XYZ 30.34 21.95 4.39 -
YUV 123.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 207 97 37 0 0.53 0.82 0.19 21.18 0.7 0.48
Hex CF 61 25 0 35 52 13 15 46 30
Octal 317 141 45 0 65 122 23 25 106 60
Binary 11001111 1100001 100101 0 110101 1010010 10011 10101 1000110 110000

Color Harmonies of #CF6125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6125

Black with #CF6125

Text Example


Text Example

White with #CF6125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6125; }

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

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

background-color css

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

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

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

border-color css

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

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

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