Html Css Color HEX #CF6427 Chocolate

📋 copy color: '#CF6427'

red 207 ◦ green 100 ◦ blue 39

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

Shades of Chocolate #CF6427

Tints of Chocolate #CF6427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 59.83%
G = 28.9%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF6427 (or 0xCF6427) is known color: Chocolate. HEX triplet: CF, 64 and 27. RGB value is (207,100,39). Sum of RGB (Red+Green+Blue) = 207+100+39=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6427 is #309BD8. Grayscale: #7D7D7D. Windows color (decimal): -3185625 or 2581711. OLE color: 2581711.

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

Color convert

RGB 207 100 39 -
CMYK 0 0.52 0.81 0.19
HSL 21.79º 0.68% 0.48% -
HSV(B) 21.79º 0.81% 0.81% -
XYZ 30.66 22.53 4.65 -
YUV 125.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 207 100 39 0 0.52 0.81 0.19 21.79 0.68 0.48
Hex CF 64 27 0 34 51 13 16 44 30
Octal 317 144 47 0 64 121 23 26 104 60
Binary 11001111 1100100 100111 0 110100 1010001 10011 10110 1000100 110000

Color Harmonies of #CF6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6427

Black with #CF6427

Text Example


Text Example

White with #CF6427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6427; }

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

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

background-color css

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

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

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

border-color css

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

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

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