Html Css Color HEX #C88165 Burning Sand

📋 copy color: '#C88165'

red 200 ◦ green 129 ◦ blue 101

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

Shades of Burning Sand #C88165

Tints of Burning Sand #C88165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 46.51%
G = 30%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88165 (or 0xC88165) is known color: Burning Sand. HEX triplet: C8, 81 and 65. RGB value is (200,129,101). Sum of RGB (Red+Green+Blue) = 200+129+101=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C88165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88165 is #377E9A. Grayscale: #939393. Windows color (decimal): -3636891 or 6652360. OLE color: 6652360.

HSL color Cylindrical-coordinate representation of color #C88165: hue angle of 16.97º 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 #C88165 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 101 -
CMYK 0 0.36 0.49 0.22
HSL 16.97º 0.47% 0.59% -
HSV(B) 16.97º 0.5% 0.78% -
XYZ 34.02 28.92 16.1 -
YUV 147.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 200 129 101 0 0.36 0.49 0.22 16.97 0.47 0.59
Hex C8 81 65 0 24 31 16 11 2F 3B
Octal 310 201 145 0 44 61 26 21 57 73
Binary 11001000 10000001 1100101 0 100100 110001 10110 10001 101111 111011

Color Harmonies of #C88165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88165

Black with #C88165

Text Example


Text Example

White with #C88165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88165; }

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

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

background-color css

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

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

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

border-color css

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

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

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