Html Css Color HEX #CF6319 Chocolate

📋 copy color: '#CF6319'

red 207 ◦ green 99 ◦ blue 25

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

Shades of Chocolate #CF6319

Tints of Chocolate #CF6319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 62.54%
G = 29.91%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6319 (or 0xCF6319) is known color: Chocolate. HEX triplet: CF, 63 and 19. RGB value is (207,99,25). Sum of RGB (Red+Green+Blue) = 207+99+25=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6319 is #309CE6. Grayscale: #7B7B7B. Windows color (decimal): -3185895 or 1663951. OLE color: 1663951.

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

Color convert

RGB 207 99 25 -
CMYK 0 0.52 0.88 0.19
HSL 24.4º 0.78% 0.45% -
HSV(B) 24.4º 0.88% 0.81% -
XYZ 30.37 22.26 3.62 -
YUV 122.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 207 99 25 0 0.52 0.88 0.19 24.4 0.78 0.45
Hex CF 63 19 0 34 58 13 18 4E 2D
Octal 317 143 31 0 64 130 23 30 116 55
Binary 11001111 1100011 11001 0 110100 1011000 10011 11000 1001110 101101

Color Harmonies of #CF6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6319

Black with #CF6319

Text Example


Text Example

White with #CF6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6319; }

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

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

background-color css

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

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

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

border-color css

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

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

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