Html Css Color HEX #CF6726 Chocolate

📋 copy color: '#CF6726'

red 207 ◦ green 103 ◦ blue 38

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

Shades of Chocolate #CF6726

Tints of Chocolate #CF6726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 59.48%
G = 29.6%
B = 10.92%

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

#CF6726 (or 0xCF6726) is known color: Chocolate. HEX triplet: CF, 67 and 26. RGB value is (207,103,38). Sum of RGB (Red+Green+Blue) = 207+103+38=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6726 is #3098D9. Grayscale: #7F7F7F. Windows color (decimal): -3184858 or 2516943. OLE color: 2516943.

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

Color convert

RGB 207 103 38 -
CMYK 0 0.50 0.82 0.19
HSL 23.08º 0.69% 0.48% -
HSV(B) 23.08º 0.82% 0.81% -
XYZ 30.93 23.11 4.66 -
YUV 126.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 207 103 38 0 0.50 0.82 0.19 23.08 0.69 0.48
Hex CF 67 26 0 32 52 13 17 45 30
Octal 317 147 46 0 62 122 23 27 105 60
Binary 11001111 1100111 100110 0 110010 1010010 10011 10111 1000101 110000

Color Harmonies of #CF6726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6726

Black with #CF6726

Text Example


Text Example

White with #CF6726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6726; }

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

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

background-color css

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

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

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

border-color css

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

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

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