Html Css Color HEX #C0A395 Del Rio

📋 copy color: '#C0A395'

red 192 ◦ green 163 ◦ blue 149

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

Shades of Del Rio #C0A395

Tints of Del Rio #C0A395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 38.1%
G = 32.34%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0A395 (or 0xC0A395) is known color: Del Rio. HEX triplet: C0, A3 and 95. RGB value is (192,163,149). Sum of RGB (Red+Green+Blue) = 192+163+149=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A395 is #3F5C6A. Grayscale: #AAAAAA. Windows color (decimal): -4152427 or 9806784. OLE color: 9806784.

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

Color convert

RGB 192 163 149 -
CMYK 0 0.15 0.22 0.25
HSL 19.53º 0.25% 0.67% -
HSV(B) 19.53º 0.22% 0.75% -
XYZ 40.26 39.57 33.95 -
YUV 170.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 192 163 149 0 0.15 0.22 0.25 19.53 0.25 0.67
Hex C0 A3 95 0 F 16 19 14 19 43
Octal 300 243 225 0 17 26 31 24 31 103
Binary 11000000 10100011 10010101 0 1111 10110 11001 10100 11001 1000011

Color Harmonies of #C0A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A395

Black with #C0A395

Text Example


Text Example

White with #C0A395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A395; }

 p { color: rgb(192,163,149); }

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

background-color css

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

 a { background-color: rgb(192,163,149); }

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

border-color css

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

 span { border-color: rgb(192,163,149); }

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