Html Css Color HEX #CF640D Chocolate

📋 copy color: '#CF640D'

red 207 ◦ green 100 ◦ blue 13

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

Shades of Chocolate #CF640D

Tints of Chocolate #CF640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 64.69%
G = 31.25%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF640D (or 0xCF640D) is known color: Chocolate. HEX triplet: CF, 64 and 0D. RGB value is (207,100,13). Sum of RGB (Red+Green+Blue) = 207+100+13=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF640D is #309BF2. Grayscale: #7A7A7A. Windows color (decimal): -3185651 or 877775. OLE color: 877775.

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

Color convert

RGB 207 100 13 -
CMYK 0 0.52 0.94 0.19
HSL 26.91º 0.88% 0.43% -
HSV(B) 26.91º 0.94% 0.81% -
XYZ 30.36 22.41 3.11 -
YUV 122.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 207 100 13 0 0.52 0.94 0.19 26.91 0.88 0.43
Hex CF 64 D 0 34 5E 13 1B 58 2B
Octal 317 144 15 0 64 136 23 33 130 53
Binary 11001111 1100100 1101 0 110100 1011110 10011 11011 1011000 101011

Color Harmonies of #CF640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF640D

Black with #CF640D

Text Example


Text Example

White with #CF640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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