Html Css Color HEX #CF6725 Chocolate

📋 copy color: '#CF6725'

red 207 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #CF6725

Tints of Chocolate #CF6725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

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

R = 59.65%
G = 29.68%
B = 10.66%

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

#CF6725 (or 0xCF6725) is known color: Chocolate. HEX triplet: CF, 67 and 25. RGB value is (207,103,37). Sum of RGB (Red+Green+Blue) = 207+103+37=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6725 is #3098DA. Grayscale: #7E7E7E. Windows color (decimal): -3184859 or 2451407. OLE color: 2451407.

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

Color convert

RGB 207 103 37 -
CMYK 0 0.50 0.82 0.19
HSL 23.29º 0.7% 0.48% -
HSV(B) 23.29º 0.82% 0.81% -
XYZ 30.92 23.1 4.58 -
YUV 126.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 207 103 37 0 0.50 0.82 0.19 23.29 0.7 0.48
Hex CF 67 25 0 32 52 13 17 46 30
Octal 317 147 45 0 62 122 23 27 106 60
Binary 11001111 1100111 100101 0 110010 1010010 10011 10111 1000110 110000

Color Harmonies of #CF6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6725

Black with #CF6725

Text Example


Text Example

White with #CF6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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