Html Css Color HEX #CB6510 Chocolate

📋 copy color: '#CB6510'

red 203 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #CB6510

Tints of Chocolate #CB6510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 16 (6.64% from 255) = 5%

R = 63.44%
G = 31.56%
B = 5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6510 (or 0xCB6510) is known color: Chocolate. HEX triplet: CB, 65 and 10. RGB value is (203,101,16). Sum of RGB (Red+Green+Blue) = 203+101+16=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6510 is #349AEF. Grayscale: #7A7A7A. Windows color (decimal): -3447536 or 1074635. OLE color: 1074635.

HSL color Cylindrical-coordinate representation of color #CB6510: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB6510 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 16 -
CMYK 0 0.50 0.92 0.20
HSL 27.27º 0.85% 0.43% -
HSV(B) 27.27º 0.92% 0.8% -
XYZ 29.38 22.04 3.2 -
YUV 121.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 203 101 16 0 0.50 0.92 0.20 27.27 0.85 0.43
Hex CB 65 10 0 32 5C 14 1B 55 2B
Octal 313 145 20 0 62 134 24 33 125 53
Binary 11001011 1100101 10000 0 110010 1011100 10100 11011 1010101 101011

Color Harmonies of #CB6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6510

Black with #CB6510

Text Example


Text Example

White with #CB6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6510; }

 p { color: rgb(203,101,16); }

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

background-color css

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

 a { background-color: rgb(203,101,16); }

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

border-color css

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

 span { border-color: rgb(203,101,16); }

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