Html Css Color HEX #C88A36 Dixie

📋 copy color: '#C88A36'

red 200 ◦ green 138 ◦ blue 54

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

Shades of Dixie #C88A36

Tints of Dixie #C88A36

RGB

 RED value IS 200 (78.52% from 255) = 51.02%

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 54 (21.48% from 255) = 13.78%

R = 51.02%
G = 35.2%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C88A36 (or 0xC88A36) is known color: Dixie. HEX triplet: C8, 8A and 36. RGB value is (200,138,54). Sum of RGB (Red+Green+Blue) = 200+138+54=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A36 is #3775C9. Grayscale: #939393. Windows color (decimal): -3634634 or 3574472. OLE color: 3574472.

HSL color Cylindrical-coordinate representation of color #C88A36: hue angle of 34.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C88A36 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 54 -
CMYK 0 0.31 0.73 0.22
HSL 34.52º 0.57% 0.5% -
HSV(B) 34.52º 0.73% 0.78% -
XYZ 33.57 30.72 7.65 -
YUV 146.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 200 138 54 0 0.31 0.73 0.22 34.52 0.57 0.5
Hex C8 8A 36 0 1F 49 16 23 39 32
Octal 310 212 66 0 37 111 26 43 71 62
Binary 11001000 10001010 110110 0 11111 1001001 10110 100011 111001 110010

Color Harmonies of #C88A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A36

Black with #C88A36

Text Example


Text Example

White with #C88A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A36; }

 p { color: rgb(200,138,54); }

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

background-color css

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

 a { background-color: rgb(200,138,54); }

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

border-color css

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

 span { border-color: rgb(200,138,54); }

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