Html Css Color HEX #C0AF97 Akaroa

📋 copy color: '#C0AF97'

red 192 ◦ green 175 ◦ blue 151

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

Shades of Akaroa #C0AF97

Tints of Akaroa #C0AF97

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.78%

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 37.07%
G = 33.78%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C0AF97 (or 0xC0AF97) is known color: Akaroa. HEX triplet: C0, AF and 97. RGB value is (192,175,151). Sum of RGB (Red+Green+Blue) = 192+175+151=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF97 is #3F5068. Grayscale: #B1B1B1. Windows color (decimal): -4149353 or 9940928. OLE color: 9940928.

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

Color convert

RGB 192 175 151 -
CMYK 0 0.09 0.21 0.25
HSL 35.12º 0.25% 0.67% -
HSV(B) 35.12º 0.21% 0.75% -
XYZ 42.65 44.1 35.54 -
YUV 177.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 192 175 151 0 0.09 0.21 0.25 35.12 0.25 0.67
Hex C0 AF 97 0 9 15 19 23 19 43
Octal 300 257 227 0 11 25 31 43 31 103
Binary 11000000 10101111 10010111 0 1001 10101 11001 100011 11001 1000011

Color Harmonies of #C0AF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF97

Black with #C0AF97

Text Example


Text Example

White with #C0AF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF97; }

 p { color: rgb(192,175,151); }

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

background-color css

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

 a { background-color: rgb(192,175,151); }

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

border-color css

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

 span { border-color: rgb(192,175,151); }

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