Html Css Color HEX #C88A6B Burning Sand

📋 copy color: '#C88A6B'

red 200 ◦ green 138 ◦ blue 107

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

Shades of Burning Sand #C88A6B

Tints of Burning Sand #C88A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 44.94%
G = 31.01%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C88A6B (or 0xC88A6B) is known color: Burning Sand. HEX triplet: C8, 8A and 6B. RGB value is (200,138,107). Sum of RGB (Red+Green+Blue) = 200+138+107=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A6B is #377594. Grayscale: #999999. Windows color (decimal): -3634581 or 7047880. OLE color: 7047880.

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

Color convert

RGB 200 138 107 -
CMYK 0 0.31 0.46 0.22
HSL 20º 0.46% 0.6% -
HSV(B) 20º 0.47% 0.78% -
XYZ 35.56 31.52 18.12 -
YUV 153 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 200 138 107 0 0.31 0.46 0.22 20 0.46 0.6
Hex C8 8A 6B 0 1F 2E 16 14 2E 3C
Octal 310 212 153 0 37 56 26 24 56 74
Binary 11001000 10001010 1101011 0 11111 101110 10110 10100 101110 111100

Color Harmonies of #C88A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A6B

Black with #C88A6B

Text Example


Text Example

White with #C88A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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