Html Css Color HEX #CF6225 Chocolate

📋 copy color: '#CF6225'

red 207 ◦ green 98 ◦ blue 37

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

Shades of Chocolate #CF6225

Tints of Chocolate #CF6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 60.53%
G = 28.65%
B = 10.82%

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

#CF6225 (or 0xCF6225) is known color: Chocolate. HEX triplet: CF, 62 and 25. RGB value is (207,98,37). Sum of RGB (Red+Green+Blue) = 207+98+37=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6225 is #309DDA. Grayscale: #7B7B7B. Windows color (decimal): -3186139 or 2450127. OLE color: 2450127.

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

Color convert

RGB 207 98 37 -
CMYK 0 0.53 0.82 0.19
HSL 21.53º 0.7% 0.48% -
HSV(B) 21.53º 0.82% 0.81% -
XYZ 30.43 22.13 4.42 -
YUV 123.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 207 98 37 0 0.53 0.82 0.19 21.53 0.7 0.48
Hex CF 62 25 0 35 52 13 16 46 30
Octal 317 142 45 0 65 122 23 26 106 60
Binary 11001111 1100010 100101 0 110101 1010010 10011 10110 1000110 110000

Color Harmonies of #CF6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6225

Black with #CF6225

Text Example


Text Example

White with #CF6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6225; }

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

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

background-color css

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

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

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

border-color css

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

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

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