Html Css Color HEX #CF6B25 Chocolate

📋 copy color: '#CF6B25'

red 207 ◦ green 107 ◦ blue 37

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

Shades of Chocolate #CF6B25

Tints of Chocolate #CF6B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 58.97%
G = 30.48%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF6B25 (or 0xCF6B25) is known color: Chocolate. HEX triplet: CF, 6B and 25. RGB value is (207,107,37). Sum of RGB (Red+Green+Blue) = 207+107+37=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B25 is #3094DA. Grayscale: #818181. Windows color (decimal): -3183835 or 2452431. OLE color: 2452431.

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

Color convert

RGB 207 107 37 -
CMYK 0 0.48 0.82 0.19
HSL 24.71º 0.7% 0.48% -
HSV(B) 24.71º 0.82% 0.81% -
XYZ 31.32 23.91 4.72 -
YUV 128.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 207 107 37 0 0.48 0.82 0.19 24.71 0.7 0.48
Hex CF 6B 25 0 30 52 13 19 46 30
Octal 317 153 45 0 60 122 23 31 106 60
Binary 11001111 1101011 100101 0 110000 1010010 10011 11001 1000110 110000

Color Harmonies of #CF6B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B25

Black with #CF6B25

Text Example


Text Example

White with #CF6B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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