Html Css Color HEX #CF6228 Chocolate

📋 copy color: '#CF6228'

red 207 ◦ green 98 ◦ blue 40

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

Shades of Chocolate #CF6228

Tints of Chocolate #CF6228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 60%
G = 28.41%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF6228 (or 0xCF6228) is known color: Chocolate. HEX triplet: CF, 62 and 28. RGB value is (207,98,40). Sum of RGB (Red+Green+Blue) = 207+98+40=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6228 is #309DD7. Grayscale: #7C7C7C. Windows color (decimal): -3186136 or 2646735. OLE color: 2646735.

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

Color convert

RGB 207 98 40 -
CMYK 0 0.53 0.81 0.19
HSL 20.84º 0.68% 0.48% -
HSV(B) 20.84º 0.81% 0.81% -
XYZ 30.48 22.15 4.68 -
YUV 123.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 207 98 40 0 0.53 0.81 0.19 20.84 0.68 0.48
Hex CF 62 28 0 35 51 13 15 44 30
Octal 317 142 50 0 65 121 23 25 104 60
Binary 11001111 1100010 101000 0 110101 1010001 10011 10101 1000100 110000

Color Harmonies of #CF6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6228

Black with #CF6228

Text Example


Text Example

White with #CF6228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6228; }

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

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

background-color css

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

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

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

border-color css

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

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

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