Html Css Color HEX #C88669 Burning Sand

📋 copy color: '#C88669'

red 200 ◦ green 134 ◦ blue 105

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

Shades of Burning Sand #C88669

Tints of Burning Sand #C88669

RGB

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

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

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

R = 45.56%
G = 30.52%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88669 (or 0xC88669) is known color: Burning Sand. HEX triplet: C8, 86 and 69. RGB value is (200,134,105). Sum of RGB (Red+Green+Blue) = 200+134+105=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C88669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88669 is #377996. Grayscale: #969696. Windows color (decimal): -3635607 or 6915784. OLE color: 6915784.

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

Color convert

RGB 200 134 105 -
CMYK 0 0.33 0.48 0.22
HSL 18.32º 0.46% 0.6% -
HSV(B) 18.32º 0.48% 0.78% -
XYZ 34.89 30.35 17.38 -
YUV 150.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 200 134 105 0 0.33 0.48 0.22 18.32 0.46 0.6
Hex C8 86 69 0 21 30 16 12 2E 3C
Octal 310 206 151 0 41 60 26 22 56 74
Binary 11001000 10000110 1101001 0 100001 110000 10110 10010 101110 111100

Color Harmonies of #C88669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88669

Black with #C88669

Text Example


Text Example

White with #C88669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88669; }

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

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

background-color css

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

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

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

border-color css

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

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

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