Html Css Color HEX #C0AD92 Akaroa

📋 copy color: '#C0AD92'

red 192 ◦ green 173 ◦ blue 146

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

Shades of Akaroa #C0AD92

Tints of Akaroa #C0AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 37.57%
G = 33.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C0AD92 (or 0xC0AD92) is known color: Akaroa. HEX triplet: C0, AD and 92. RGB value is (192,173,146). Sum of RGB (Red+Green+Blue) = 192+173+146=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD92 is #3F526D. Grayscale: #AFAFAF. Windows color (decimal): -4149870 or 9612736. OLE color: 9612736.

HSL color Cylindrical-coordinate representation of color #C0AD92: hue angle of 35.22º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AD92 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 146 -
CMYK 0 0.10 0.24 0.25
HSL 35.22º 0.27% 0.66% -
HSV(B) 35.22º 0.24% 0.75% -
XYZ 41.87 43.17 33.32 -
YUV 175.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 192 173 146 0 0.10 0.24 0.25 35.22 0.27 0.66
Hex C0 AD 92 0 A 18 19 23 1B 42
Octal 300 255 222 0 12 30 31 43 33 102
Binary 11000000 10101101 10010010 0 1010 11000 11001 100011 11011 1000010

Color Harmonies of #C0AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD92

Black with #C0AD92

Text Example


Text Example

White with #C0AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD92; }

 p { color: rgb(192,173,146); }

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

background-color css

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

 a { background-color: rgb(192,173,146); }

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

border-color css

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

 span { border-color: rgb(192,173,146); }

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