Html Css Color HEX #C0AF90 Akaroa

📋 copy color: '#C0AF90'

red 192 ◦ green 175 ◦ blue 144

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

Shades of Akaroa #C0AF90

Tints of Akaroa #C0AF90

RGB

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

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

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

R = 37.57%
G = 34.25%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0AF90 (or 0xC0AF90) is known color: Akaroa. HEX triplet: C0, AF and 90. RGB value is (192,175,144). Sum of RGB (Red+Green+Blue) = 192+175+144=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF90 is #3F506F. Grayscale: #B0B0B0. Windows color (decimal): -4149360 or 9482176. OLE color: 9482176.

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

Color convert

RGB 192 175 144 -
CMYK 0 0.09 0.25 0.25
HSL 38.75º 0.28% 0.66% -
HSV(B) 38.75º 0.25% 0.75% -
XYZ 42.1 43.88 32.64 -
YUV 176.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 192 175 144 0 0.09 0.25 0.25 38.75 0.28 0.66
Hex C0 AF 90 0 9 19 19 27 1C 42
Octal 300 257 220 0 11 31 31 47 34 102
Binary 11000000 10101111 10010000 0 1001 11001 11001 100111 11100 1000010

Color Harmonies of #C0AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF90

Black with #C0AF90

Text Example


Text Example

White with #C0AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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