Html Css Color HEX #CF621F Chocolate

📋 copy color: '#CF621F'

red 207 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #CF621F

Tints of Chocolate #CF621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 61.61%
G = 29.17%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF621F (or 0xCF621F) is known color: Chocolate. HEX triplet: CF, 62 and 1F. RGB value is (207,98,31). Sum of RGB (Red+Green+Blue) = 207+98+31=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF621F is #309DE0. Grayscale: #7B7B7B. Windows color (decimal): -3186145 or 2056911. OLE color: 2056911.

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

Color convert

RGB 207 98 31 -
CMYK 0 0.53 0.85 0.19
HSL 22.84º 0.74% 0.47% -
HSV(B) 22.84º 0.85% 0.81% -
XYZ 30.35 22.1 3.96 -
YUV 122.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 207 98 31 0 0.53 0.85 0.19 22.84 0.74 0.47
Hex CF 62 1F 0 35 55 13 17 4A 2F
Octal 317 142 37 0 65 125 23 27 112 57
Binary 11001111 1100010 11111 0 110101 1010101 10011 10111 1001010 101111

Color Harmonies of #CF621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF621F

Black with #CF621F

Text Example


Text Example

White with #CF621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF621F; }

 p { color: rgb(207,98,31); }

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

background-color css

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

 a { background-color: rgb(207,98,31); }

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

border-color css

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

 span { border-color: rgb(207,98,31); }

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