Html Css Color HEX #C1AF90 Akaroa

📋 copy color: '#C1AF90'

red 193 ◦ green 175 ◦ blue 144

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

Shades of Akaroa #C1AF90

Tints of Akaroa #C1AF90

RGB

 RED value IS 193 (75.78% from 255) = 37.7%

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

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

R = 37.7%
G = 34.18%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C1AF90 (or 0xC1AF90) is known color: Akaroa. HEX triplet: C1, AF and 90. RGB value is (193,175,144). Sum of RGB (Red+Green+Blue) = 193+175+144=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF90 is #3E506F. Grayscale: #B0B0B0. Windows color (decimal): -4083824 or 9482177. OLE color: 9482177.

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

Color convert

RGB 193 175 144 -
CMYK 0 0.09 0.25 0.24
HSL 37.96º 0.28% 0.66% -
HSV(B) 37.96º 0.25% 0.76% -
XYZ 42.36 44.01 32.65 -
YUV 176.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 193 175 144 0 0.09 0.25 0.24 37.96 0.28 0.66
Hex C1 AF 90 0 9 19 18 26 1C 42
Octal 301 257 220 0 11 31 30 46 34 102
Binary 11000001 10101111 10010000 0 1001 11001 11000 100110 11100 1000010

Color Harmonies of #C1AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF90

Black with #C1AF90

Text Example


Text Example

White with #C1AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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