Html Css Color HEX #C0AB92 Akaroa

📋 copy color: '#C0AB92'

red 192 ◦ green 171 ◦ blue 146

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

Shades of Akaroa #C0AB92

Tints of Akaroa #C0AB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 37.72%
G = 33.6%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C0AB92 (or 0xC0AB92) is known color: Akaroa. HEX triplet: C0, AB and 92. RGB value is (192,171,146). Sum of RGB (Red+Green+Blue) = 192+171+146=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB92 is #3F546D. Grayscale: #AEAEAE. Windows color (decimal): -4150382 or 9612224. OLE color: 9612224.

HSL color Cylindrical-coordinate representation of color #C0AB92: hue angle of 32.61º 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 #C0AB92 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 146 -
CMYK 0 0.11 0.24 0.25
HSL 32.61º 0.27% 0.66% -
HSV(B) 32.61º 0.24% 0.75% -
XYZ 41.49 42.41 33.19 -
YUV 174.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 192 171 146 0 0.11 0.24 0.25 32.61 0.27 0.66
Hex C0 AB 92 0 B 18 19 21 1B 42
Octal 300 253 222 0 13 30 31 41 33 102
Binary 11000000 10101011 10010010 0 1011 11000 11001 100001 11011 1000010

Color Harmonies of #C0AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB92

Black with #C0AB92

Text Example


Text Example

White with #C0AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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