Html Css Color HEX #CF6321 Chocolate

📋 copy color: '#CF6321'

red 207 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #CF6321

Tints of Chocolate #CF6321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 61.06%
G = 29.2%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF6321 (or 0xCF6321) is known color: Chocolate. HEX triplet: CF, 63 and 21. RGB value is (207,99,33). Sum of RGB (Red+Green+Blue) = 207+99+33=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6321 is #309CDE. Grayscale: #7C7C7C. Windows color (decimal): -3185887 or 2188239. OLE color: 2188239.

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

Color convert

RGB 207 99 33 -
CMYK 0 0.52 0.84 0.19
HSL 22.76º 0.73% 0.47% -
HSV(B) 22.76º 0.84% 0.81% -
XYZ 30.47 22.3 4.14 -
YUV 123.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 207 99 33 0 0.52 0.84 0.19 22.76 0.73 0.47
Hex CF 63 21 0 34 54 13 17 48 2F
Octal 317 143 41 0 64 124 23 27 110 57
Binary 11001111 1100011 100001 0 110100 1010100 10011 10111 1001000 101111

Color Harmonies of #CF6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6321

Black with #CF6321

Text Example


Text Example

White with #CF6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6321; }

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

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

background-color css

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

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

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

border-color css

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

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

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