Html Css Color HEX #CB882F Dixie

📋 copy color: '#CB882F'

red 203 ◦ green 136 ◦ blue 47

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

Shades of Dixie #CB882F

Tints of Dixie #CB882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.18%

R = 52.59%
G = 35.23%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB882F (or 0xCB882F) is known color: Dixie. HEX triplet: CB, 88 and 2F. RGB value is (203,136,47). Sum of RGB (Red+Green+Blue) = 203+136+47=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB882F is #3477D0. Grayscale: #929292. Windows color (decimal): -3438545 or 3115211. OLE color: 3115211.

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

Color convert

RGB 203 136 47 -
CMYK 0 0.33 0.77 0.20
HSL 34.23º 0.62% 0.49% -
HSV(B) 34.23º 0.77% 0.8% -
XYZ 33.95 30.51 6.79 -
YUV 145.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 203 136 47 0 0.33 0.77 0.20 34.23 0.62 0.49
Hex CB 88 2F 0 21 4D 14 22 3E 31
Octal 313 210 57 0 41 115 24 42 76 61
Binary 11001011 10001000 101111 0 100001 1001101 10100 100010 111110 110001

Color Harmonies of #CB882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB882F

Black with #CB882F

Text Example


Text Example

White with #CB882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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