Html Css Color HEX #CF6825 Chocolate

📋 copy color: '#CF6825'

red 207 ◦ green 104 ◦ blue 37

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

Shades of Chocolate #CF6825

Tints of Chocolate #CF6825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 59.48%
G = 29.89%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF6825 (or 0xCF6825) is known color: Chocolate. HEX triplet: CF, 68 and 25. RGB value is (207,104,37). Sum of RGB (Red+Green+Blue) = 207+104+37=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6825 is #3097DA. Grayscale: #7F7F7F. Windows color (decimal): -3184603 or 2451663. OLE color: 2451663.

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

Color convert

RGB 207 104 37 -
CMYK 0 0.50 0.82 0.19
HSL 23.65º 0.7% 0.48% -
HSV(B) 23.65º 0.82% 0.81% -
XYZ 31.02 23.3 4.61 -
YUV 127.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 207 104 37 0 0.50 0.82 0.19 23.65 0.7 0.48
Hex CF 68 25 0 32 52 13 18 46 30
Octal 317 150 45 0 62 122 23 30 106 60
Binary 11001111 1101000 100101 0 110010 1010010 10011 11000 1000110 110000

Color Harmonies of #CF6825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6825

Black with #CF6825

Text Example


Text Example

White with #CF6825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6825; }

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

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

background-color css

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

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

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

border-color css

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

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

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