Html Css Color HEX #C0A494 Del Rio

📋 copy color: '#C0A494'

red 192 ◦ green 164 ◦ blue 148

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

Shades of Del Rio #C0A494

Tints of Del Rio #C0A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 38.1%
G = 32.54%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0A494 (or 0xC0A494) is known color: Del Rio. HEX triplet: C0, A4 and 94. RGB value is (192,164,148). Sum of RGB (Red+Green+Blue) = 192+164+148=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A494 is #3F5B6B. Grayscale: #AAAAAA. Windows color (decimal): -4152172 or 9741504. OLE color: 9741504.

HSL color Cylindrical-coordinate representation of color #C0A494: hue angle of 21.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A494 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 148 -
CMYK 0 0.15 0.23 0.25
HSL 21.82º 0.26% 0.67% -
HSV(B) 21.82º 0.23% 0.75% -
XYZ 40.36 39.9 33.59 -
YUV 170.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 192 164 148 0 0.15 0.23 0.25 21.82 0.26 0.67
Hex C0 A4 94 0 F 17 19 16 1A 43
Octal 300 244 224 0 17 27 31 26 32 103
Binary 11000000 10100100 10010100 0 1111 10111 11001 10110 11010 1000011

Color Harmonies of #C0A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A494

Black with #C0A494

Text Example


Text Example

White with #C0A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A494; }

 p { color: rgb(192,164,148); }

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

background-color css

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

 a { background-color: rgb(192,164,148); }

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

border-color css

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

 span { border-color: rgb(192,164,148); }

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