Html Css Color HEX #CB892E Dixie

📋 copy color: '#CB892E'

red 203 ◦ green 137 ◦ blue 46

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

Shades of Dixie #CB892E

Tints of Dixie #CB892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 52.59%
G = 35.49%
B = 11.92%

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

#CB892E (or 0xCB892E) is known color: Dixie. HEX triplet: CB, 89 and 2E. RGB value is (203,137,46). Sum of RGB (Red+Green+Blue) = 203+137+46=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB892E is #3476D1. Grayscale: #929292. Windows color (decimal): -3438290 or 3049931. OLE color: 3049931.

HSL color Cylindrical-coordinate representation of color #CB892E: hue angle of 34.78º degrees, saturation: 0.63, 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 #CB892E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 46 -
CMYK 0 0.33 0.77 0.20
HSL 34.78º 0.63% 0.49% -
HSV(B) 34.78º 0.77% 0.8% -
XYZ 34.07 30.79 6.73 -
YUV 146.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 203 137 46 0 0.33 0.77 0.20 34.78 0.63 0.49
Hex CB 89 2E 0 21 4D 14 23 3F 31
Octal 313 211 56 0 41 115 24 43 77 61
Binary 11001011 10001001 101110 0 100001 1001101 10100 100011 111111 110001

Color Harmonies of #CB892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB892E

Black with #CB892E

Text Example


Text Example

White with #CB892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB892E; }

 p { color: rgb(203,137,46); }

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

background-color css

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

 a { background-color: rgb(203,137,46); }

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

border-color css

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

 span { border-color: rgb(203,137,46); }

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