Html Css Color HEX #CB8432 Dixie

📋 copy color: '#CB8432'

red 203 ◦ green 132 ◦ blue 50

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

Shades of Dixie #CB8432

Tints of Dixie #CB8432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 52.73%
G = 34.29%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB8432 (or 0xCB8432) is known color: Dixie. HEX triplet: CB, 84 and 32. RGB value is (203,132,50). Sum of RGB (Red+Green+Blue) = 203+132+50=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8432 is #347BCD. Grayscale: #909090. Windows color (decimal): -3439566 or 3310795. OLE color: 3310795.

HSL color Cylindrical-coordinate representation of color #CB8432: hue angle of 32.16º 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 #CB8432 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 50 -
CMYK 0 0.35 0.75 0.20
HSL 32.16º 0.6% 0.5% -
HSV(B) 32.16º 0.75% 0.8% -
XYZ 33.46 29.43 6.93 -
YUV 143.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 203 132 50 0 0.35 0.75 0.20 32.16 0.6 0.5
Hex CB 84 32 0 23 4B 14 20 3C 32
Octal 313 204 62 0 43 113 24 40 74 62
Binary 11001011 10000100 110010 0 100011 1001011 10100 100000 111100 110010

Color Harmonies of #CB8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8432

Black with #CB8432

Text Example


Text Example

White with #CB8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8432; }

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

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

background-color css

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

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

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

border-color css

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

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

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