Html Css Color HEX #CB8232 Dixie

📋 copy color: '#CB8232'

red 203 ◦ green 130 ◦ blue 50

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

Shades of Dixie #CB8232

Tints of Dixie #CB8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 53%
G = 33.94%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB8232 (or 0xCB8232) is known color: Dixie. HEX triplet: CB, 82 and 32. RGB value is (203,130,50). Sum of RGB (Red+Green+Blue) = 203+130+50=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8232 is #347DCD. Grayscale: #8F8F8F. Windows color (decimal): -3440078 or 3310283. OLE color: 3310283.

HSL color Cylindrical-coordinate representation of color #CB8232: hue angle of 31.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB8232 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 50 -
CMYK 0 0.36 0.75 0.20
HSL 31.37º 0.6% 0.5% -
HSV(B) 31.37º 0.75% 0.8% -
XYZ 33.19 28.89 6.85 -
YUV 142.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 203 130 50 0 0.36 0.75 0.20 31.37 0.6 0.5
Hex CB 82 32 0 24 4B 14 1F 3C 32
Octal 313 202 62 0 44 113 24 37 74 62
Binary 11001011 10000010 110010 0 100100 1001011 10100 11111 111100 110010

Color Harmonies of #CB8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8232

Black with #CB8232

Text Example


Text Example

White with #CB8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8232; }

 p { color: rgb(203,130,50); }

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

background-color css

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

 a { background-color: rgb(203,130,50); }

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

border-color css

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

 span { border-color: rgb(203,130,50); }

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