Html Css Color HEX #C08168 Burning Sand

📋 copy color: '#C08168'

red 192 ◦ green 129 ◦ blue 104

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

Shades of Burning Sand #C08168

Tints of Burning Sand #C08168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.35%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 45.18%
G = 30.35%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C08168 (or 0xC08168) is known color: Burning Sand. HEX triplet: C0, 81 and 68. RGB value is (192,129,104). Sum of RGB (Red+Green+Blue) = 192+129+104=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08168 is #3F7E97. Grayscale: #919191. Windows color (decimal): -4161176 or 6848960. OLE color: 6848960.

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

Color convert

RGB 192 129 104 -
CMYK 0 0.33 0.46 0.25
HSL 17.05º 0.41% 0.58% -
HSV(B) 17.05º 0.46% 0.75% -
XYZ 32.09 27.91 16.79 -
YUV 144.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 192 129 104 0 0.33 0.46 0.25 17.05 0.41 0.58
Hex C0 81 68 0 21 2E 19 11 29 3A
Octal 300 201 150 0 41 56 31 21 51 72
Binary 11000000 10000001 1101000 0 100001 101110 11001 10001 101001 111010

Color Harmonies of #C08168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08168

Black with #C08168

Text Example


Text Example

White with #C08168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08168; }

 p { color: rgb(192,129,104); }

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

background-color css

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

 a { background-color: rgb(192,129,104); }

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

border-color css

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

 span { border-color: rgb(192,129,104); }

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