Html Css Color HEX #C88369 Burning Sand

📋 copy color: '#C88369'

red 200 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C88369

Tints of Burning Sand #C88369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 45.87%
G = 30.05%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88369 (or 0xC88369) is known color: Burning Sand. HEX triplet: C8, 83 and 69. RGB value is (200,131,105). Sum of RGB (Red+Green+Blue) = 200+131+105=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88369 is #377C96. Grayscale: #949494. Windows color (decimal): -3636375 or 6915016. OLE color: 6915016.

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

Color convert

RGB 200 131 105 -
CMYK 0 0.34 0.48 0.22
HSL 16.42º 0.46% 0.6% -
HSV(B) 16.42º 0.48% 0.78% -
XYZ 34.49 29.53 17.25 -
YUV 148.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 200 131 105 0 0.34 0.48 0.22 16.42 0.46 0.6
Hex C8 83 69 0 22 30 16 10 2E 3C
Octal 310 203 151 0 42 60 26 20 56 74
Binary 11001000 10000011 1101001 0 100010 110000 10110 10000 101110 111100

Color Harmonies of #C88369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88369

Black with #C88369

Text Example


Text Example

White with #C88369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88369; }

 p { color: rgb(200,131,105); }

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

background-color css

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

 a { background-color: rgb(200,131,105); }

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

border-color css

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

 span { border-color: rgb(200,131,105); }

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