Html Css Color HEX #C0AB90 Akaroa

📋 copy color: '#C0AB90'

red 192 ◦ green 171 ◦ blue 144

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

Shades of Akaroa #C0AB90

Tints of Akaroa #C0AB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 37.87%
G = 33.73%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0AB90 (or 0xC0AB90) is known color: Akaroa. HEX triplet: C0, AB and 90. RGB value is (192,171,144). Sum of RGB (Red+Green+Blue) = 192+171+144=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB90 is #3F546F. Grayscale: #AEAEAE. Windows color (decimal): -4150384 or 9481152. OLE color: 9481152.

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

Color convert

RGB 192 171 144 -
CMYK 0 0.11 0.25 0.25
HSL 33.75º 0.28% 0.66% -
HSV(B) 33.75º 0.25% 0.75% -
XYZ 41.34 42.35 32.38 -
YUV 174.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 192 171 144 0 0.11 0.25 0.25 33.75 0.28 0.66
Hex C0 AB 90 0 B 19 19 22 1C 42
Octal 300 253 220 0 13 31 31 42 34 102
Binary 11000000 10101011 10010000 0 1011 11001 11001 100010 11100 1000010

Color Harmonies of #C0AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB90

Black with #C0AB90

Text Example


Text Example

White with #C0AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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