Html Css Color HEX #C08569 Burning Sand

📋 copy color: '#C08569'

red 192 ◦ green 133 ◦ blue 105

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

Shades of Burning Sand #C08569

Tints of Burning Sand #C08569

RGB

 RED value IS 192 (75.39% from 255) = 44.65%

 GREEN value IS 133 (52.34% from 255) = 30.93%

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

R = 44.65%
G = 30.93%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C08569 (or 0xC08569) is known color: Burning Sand. HEX triplet: C0, 85 and 69. RGB value is (192,133,105). Sum of RGB (Red+Green+Blue) = 192+133+105=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08569 is #3F7A96. Grayscale: #939393. Windows color (decimal): -4160151 or 6915520. OLE color: 6915520.

HSL color Cylindrical-coordinate representation of color #C08569: hue angle of 19.31º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08569 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 105 -
CMYK 0 0.31 0.45 0.25
HSL 19.31º 0.41% 0.58% -
HSV(B) 19.31º 0.45% 0.75% -
XYZ 32.68 29 17.24 -
YUV 147.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 192 133 105 0 0.31 0.45 0.25 19.31 0.41 0.58
Hex C0 85 69 0 1F 2D 19 13 29 3A
Octal 300 205 151 0 37 55 31 23 51 72
Binary 11000000 10000101 1101001 0 11111 101101 11001 10011 101001 111010

Color Harmonies of #C08569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08569

Black with #C08569

Text Example


Text Example

White with #C08569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08569; }

 p { color: rgb(192,133,105); }

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

background-color css

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

 a { background-color: rgb(192,133,105); }

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

border-color css

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

 span { border-color: rgb(192,133,105); }

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