Html Css Color HEX #CB6919 Chocolate

📋 copy color: '#CB6919'

red 203 ◦ green 105 ◦ blue 25

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

Shades of Chocolate #CB6919

Tints of Chocolate #CB6919

RGB

 RED value IS 203 (79.69% from 255) = 60.96%

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 60.96%
G = 31.53%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB6919 (or 0xCB6919) is known color: Chocolate. HEX triplet: CB, 69 and 19. RGB value is (203,105,25). Sum of RGB (Red+Green+Blue) = 203+105+25=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6919 is #3496E6. Grayscale: #7D7D7D. Windows color (decimal): -3446503 or 1665483. OLE color: 1665483.

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

Color convert

RGB 203 105 25 -
CMYK 0 0.48 0.88 0.20
HSL 26.97º 0.78% 0.45% -
HSV(B) 26.97º 0.88% 0.8% -
XYZ 29.86 22.87 3.76 -
YUV 125.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 203 105 25 0 0.48 0.88 0.20 26.97 0.78 0.45
Hex CB 69 19 0 30 58 14 1B 4E 2D
Octal 313 151 31 0 60 130 24 33 116 55
Binary 11001011 1101001 11001 0 110000 1011000 10100 11011 1001110 101101

Color Harmonies of #CB6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6919

Black with #CB6919

Text Example


Text Example

White with #CB6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6919; }

 p { color: rgb(203,105,25); }

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

background-color css

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

 a { background-color: rgb(203,105,25); }

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

border-color css

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

 span { border-color: rgb(203,105,25); }

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