Html Css Color HEX #CF6C27 Chocolate

📋 copy color: '#CF6C27'

red 207 ◦ green 108 ◦ blue 39

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

Shades of Chocolate #CF6C27

Tints of Chocolate #CF6C27

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 58.47%
G = 30.51%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF6C27 (or 0xCF6C27) is known color: Chocolate. HEX triplet: CF, 6C and 27. RGB value is (207,108,39). Sum of RGB (Red+Green+Blue) = 207+108+39=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C27 is #3093D8. Grayscale: #828282. Windows color (decimal): -3183577 or 2583759. OLE color: 2583759.

HSL color Cylindrical-coordinate representation of color #CF6C27: hue angle of 24.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6C27 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 39 -
CMYK 0 0.48 0.81 0.19
HSL 24.64º 0.68% 0.48% -
HSV(B) 24.64º 0.81% 0.81% -
XYZ 31.46 24.14 4.92 -
YUV 129.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 207 108 39 0 0.48 0.81 0.19 24.64 0.68 0.48
Hex CF 6C 27 0 30 51 13 19 44 30
Octal 317 154 47 0 60 121 23 31 104 60
Binary 11001111 1101100 100111 0 110000 1010001 10011 11001 1000100 110000

Color Harmonies of #CF6C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C27

Black with #CF6C27

Text Example


Text Example

White with #CF6C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C27; }

 p { color: rgb(207,108,39); }

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

background-color css

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

 a { background-color: rgb(207,108,39); }

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

border-color css

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

 span { border-color: rgb(207,108,39); }

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