Html Css Color HEX #CB8130 Dixie

📋 copy color: '#CB8130'

red 203 ◦ green 129 ◦ blue 48

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

Shades of Dixie #CB8130

Tints of Dixie #CB8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

 BLUE value IS 48 (19.14% from 255) = 12.63%

R = 53.42%
G = 33.95%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8130 (or 0xCB8130) is known color: Dixie. HEX triplet: CB, 81 and 30. RGB value is (203,129,48). Sum of RGB (Red+Green+Blue) = 203+129+48=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8130 is #347ECF. Grayscale: #8E8E8E. Windows color (decimal): -3440336 or 3178955. OLE color: 3178955.

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

Color convert

RGB 203 129 48 -
CMYK 0 0.36 0.76 0.20
HSL 31.35º 0.62% 0.49% -
HSV(B) 31.35º 0.76% 0.8% -
XYZ 33.01 28.61 6.58 -
YUV 141.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 203 129 48 0 0.36 0.76 0.20 31.35 0.62 0.49
Hex CB 81 30 0 24 4C 14 1F 3E 31
Octal 313 201 60 0 44 114 24 37 76 61
Binary 11001011 10000001 110000 0 100100 1001100 10100 11111 111110 110001

Color Harmonies of #CB8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8130

Black with #CB8130

Text Example


Text Example

White with #CB8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8130; }

 p { color: rgb(203,129,48); }

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

background-color css

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

 a { background-color: rgb(203,129,48); }

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

border-color css

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

 span { border-color: rgb(203,129,48); }

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