Html Css Color HEX #C0AD93 Akaroa

📋 copy color: '#C0AD93'

red 192 ◦ green 173 ◦ blue 147

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

Shades of Akaroa #C0AD93

Tints of Akaroa #C0AD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 37.5%
G = 33.79%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0AD93 (or 0xC0AD93) is known color: Akaroa. HEX triplet: C0, AD and 93. RGB value is (192,173,147). Sum of RGB (Red+Green+Blue) = 192+173+147=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD93 is #3F526C. Grayscale: #AFAFAF. Windows color (decimal): -4149869 or 9678272. OLE color: 9678272.

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

Color convert

RGB 192 173 147 -
CMYK 0 0.10 0.23 0.25
HSL 34.67º 0.26% 0.66% -
HSV(B) 34.67º 0.23% 0.75% -
XYZ 41.95 43.2 33.73 -
YUV 175.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 192 173 147 0 0.10 0.23 0.25 34.67 0.26 0.66
Hex C0 AD 93 0 A 17 19 23 1A 42
Octal 300 255 223 0 12 27 31 43 32 102
Binary 11000000 10101101 10010011 0 1010 10111 11001 100011 11010 1000010

Color Harmonies of #C0AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD93

Black with #C0AD93

Text Example


Text Example

White with #C0AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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