Html Css Color HEX #CB882D Dixie

📋 copy color: '#CB882D'

red 203 ◦ green 136 ◦ blue 45

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

Shades of Dixie #CB882D

Tints of Dixie #CB882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 52.86%
G = 35.42%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB882D (or 0xCB882D) is known color: Dixie. HEX triplet: CB, 88 and 2D. RGB value is (203,136,45). Sum of RGB (Red+Green+Blue) = 203+136+45=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB882D is #3477D2. Grayscale: #929292. Windows color (decimal): -3438547 or 2984139. OLE color: 2984139.

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

Color convert

RGB 203 136 45 -
CMYK 0 0.33 0.78 0.20
HSL 34.56º 0.64% 0.49% -
HSV(B) 34.56º 0.78% 0.8% -
XYZ 33.91 30.49 6.58 -
YUV 145.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 203 136 45 0 0.33 0.78 0.20 34.56 0.64 0.49
Hex CB 88 2D 0 21 4E 14 23 40 31
Octal 313 210 55 0 41 116 24 43 100 61
Binary 11001011 10001000 101101 0 100001 1001110 10100 100011 1000000 110001

Color Harmonies of #CB882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB882D

Black with #CB882D

Text Example


Text Example

White with #CB882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB882D; }

 p { color: rgb(203,136,45); }

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

background-color css

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

 a { background-color: rgb(203,136,45); }

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

border-color css

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

 span { border-color: rgb(203,136,45); }

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