Html Css Color HEX #C88665 Burning Sand

📋 copy color: '#C88665'

red 200 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #C88665

Tints of Burning Sand #C88665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 45.98%
G = 30.8%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88665 (or 0xC88665) is known color: Burning Sand. HEX triplet: C8, 86 and 65. RGB value is (200,134,101). Sum of RGB (Red+Green+Blue) = 200+134+101=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88665 is #37799A. Grayscale: #969696. Windows color (decimal): -3635611 or 6653640. OLE color: 6653640.

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

Color convert

RGB 200 134 101 -
CMYK 0 0.33 0.49 0.22
HSL 20º 0.47% 0.59% -
HSV(B) 20º 0.5% 0.78% -
XYZ 34.69 30.27 16.33 -
YUV 149.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 200 134 101 0 0.33 0.49 0.22 20 0.47 0.59
Hex C8 86 65 0 21 31 16 14 2F 3B
Octal 310 206 145 0 41 61 26 24 57 73
Binary 11001000 10000110 1100101 0 100001 110001 10110 10100 101111 111011

Color Harmonies of #C88665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88665

Black with #C88665

Text Example


Text Example

White with #C88665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88665; }

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

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

background-color css

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

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

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

border-color css

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

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

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