Html Css Color HEX #CF6327 Chocolate

📋 copy color: '#CF6327'

red 207 ◦ green 99 ◦ blue 39

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

Shades of Chocolate #CF6327

Tints of Chocolate #CF6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 60%
G = 28.7%
B = 11.3%

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

#CF6327 (or 0xCF6327) is known color: Chocolate. HEX triplet: CF, 63 and 27. RGB value is (207,99,39). Sum of RGB (Red+Green+Blue) = 207+99+39=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6327 is #309CD8. Grayscale: #7C7C7C. Windows color (decimal): -3185881 or 2581455. OLE color: 2581455.

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

Color convert

RGB 207 99 39 -
CMYK 0 0.52 0.81 0.19
HSL 21.43º 0.68% 0.48% -
HSV(B) 21.43º 0.81% 0.81% -
XYZ 30.56 22.34 4.62 -
YUV 124.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 207 99 39 0 0.52 0.81 0.19 21.43 0.68 0.48
Hex CF 63 27 0 34 51 13 15 44 30
Octal 317 143 47 0 64 121 23 25 104 60
Binary 11001111 1100011 100111 0 110100 1010001 10011 10101 1000100 110000

Color Harmonies of #CF6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6327

Black with #CF6327

Text Example


Text Example

White with #CF6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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