Html Css Color HEX #C88465 Burning Sand

📋 copy color: '#C88465'

red 200 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #C88465

Tints of Burning Sand #C88465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 46.19%
G = 30.48%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88465 (or 0xC88465) is known color: Burning Sand. HEX triplet: C8, 84 and 65. RGB value is (200,132,101). Sum of RGB (Red+Green+Blue) = 200+132+101=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88465 is #377B9A. Grayscale: #949494. Windows color (decimal): -3636123 or 6653128. OLE color: 6653128.

HSL color Cylindrical-coordinate representation of color #C88465: hue angle of 18.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C88465 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 101 -
CMYK 0 0.34 0.49 0.22
HSL 18.79º 0.47% 0.59% -
HSV(B) 18.79º 0.5% 0.78% -
XYZ 34.42 29.72 16.23 -
YUV 148.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 200 132 101 0 0.34 0.49 0.22 18.79 0.47 0.59
Hex C8 84 65 0 22 31 16 13 2F 3B
Octal 310 204 145 0 42 61 26 23 57 73
Binary 11001000 10000100 1100101 0 100010 110001 10110 10011 101111 111011

Color Harmonies of #C88465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88465

Black with #C88465

Text Example


Text Example

White with #C88465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88465; }

 p { color: rgb(200,132,101); }

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

background-color css

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

 a { background-color: rgb(200,132,101); }

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

border-color css

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

 span { border-color: rgb(200,132,101); }

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