Html Css Color HEX #CF6F25 Chocolate

📋 copy color: '#CF6F25'

red 207 ◦ green 111 ◦ blue 37

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

Shades of Chocolate #CF6F25

Tints of Chocolate #CF6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 58.31%
G = 31.27%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF6F25 (or 0xCF6F25) is known color: Chocolate. HEX triplet: CF, 6F and 25. RGB value is (207,111,37). Sum of RGB (Red+Green+Blue) = 207+111+37=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F25 is #3090DA. Grayscale: #838383. Windows color (decimal): -3182811 or 2453455. OLE color: 2453455.

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

Color convert

RGB 207 111 37 -
CMYK 0 0.46 0.82 0.19
HSL 26.12º 0.7% 0.48% -
HSV(B) 26.12º 0.82% 0.81% -
XYZ 31.75 24.77 4.86 -
YUV 131.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 207 111 37 0 0.46 0.82 0.19 26.12 0.7 0.48
Hex CF 6F 25 0 2E 52 13 1A 46 30
Octal 317 157 45 0 56 122 23 32 106 60
Binary 11001111 1101111 100101 0 101110 1010010 10011 11010 1000110 110000

Color Harmonies of #CF6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F25

Black with #CF6F25

Text Example


Text Example

White with #CF6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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