Html Css Color HEX #CB6A27 Chocolate

📋 copy color: '#CB6A27'

red 203 ◦ green 106 ◦ blue 39

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

Shades of Chocolate #CB6A27

Tints of Chocolate #CB6A27

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 58.33%
G = 30.46%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6A27 (or 0xCB6A27) is known color: Chocolate. HEX triplet: CB, 6A and 27. RGB value is (203,106,39). Sum of RGB (Red+Green+Blue) = 203+106+39=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A27 is #3495D8. Grayscale: #7F7F7F. Windows color (decimal): -3446233 or 2583243. OLE color: 2583243.

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

Color convert

RGB 203 106 39 -
CMYK 0 0.48 0.81 0.20
HSL 24.51º 0.68% 0.47% -
HSV(B) 24.51º 0.81% 0.8% -
XYZ 30.15 23.15 4.8 -
YUV 127.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 203 106 39 0 0.48 0.81 0.20 24.51 0.68 0.47
Hex CB 6A 27 0 30 51 14 19 44 2F
Octal 313 152 47 0 60 121 24 31 104 57
Binary 11001011 1101010 100111 0 110000 1010001 10100 11001 1000100 101111

Color Harmonies of #CB6A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A27

Black with #CB6A27

Text Example


Text Example

White with #CB6A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A27; }

 p { color: rgb(203,106,39); }

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

background-color css

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

 a { background-color: rgb(203,106,39); }

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

border-color css

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

 span { border-color: rgb(203,106,39); }

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