Html Css Color HEX #CF6525 Chocolate

📋 copy color: '#CF6525'

red 207 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #CF6525

Tints of Chocolate #CF6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 60%
G = 29.28%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF6525 (or 0xCF6525) is known color: Chocolate. HEX triplet: CF, 65 and 25. RGB value is (207,101,37). Sum of RGB (Red+Green+Blue) = 207+101+37=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6525 is #309ADA. Grayscale: #7D7D7D. Windows color (decimal): -3185371 or 2450895. OLE color: 2450895.

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

Color convert

RGB 207 101 37 -
CMYK 0 0.51 0.82 0.19
HSL 22.59º 0.7% 0.48% -
HSV(B) 22.59º 0.82% 0.81% -
XYZ 30.72 22.71 4.51 -
YUV 125.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 207 101 37 0 0.51 0.82 0.19 22.59 0.7 0.48
Hex CF 65 25 0 33 52 13 17 46 30
Octal 317 145 45 0 63 122 23 27 106 60
Binary 11001111 1100101 100101 0 110011 1010010 10011 10111 1000110 110000

Color Harmonies of #CF6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6525

Black with #CF6525

Text Example


Text Example

White with #CF6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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