Html Css Color HEX #C3AE90 Akaroa

📋 copy color: '#C3AE90'

red 195 ◦ green 174 ◦ blue 144

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

Shades of Akaroa #C3AE90

Tints of Akaroa #C3AE90

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

 GREEN value IS 174 (68.36% from 255) = 33.92%

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

R = 38.01%
G = 33.92%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C3AE90 (or 0xC3AE90) is known color: Akaroa. HEX triplet: C3, AE and 90. RGB value is (195,174,144). Sum of RGB (Red+Green+Blue) = 195+174+144=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE90 is #3C516F. Grayscale: #B1B1B1. Windows color (decimal): -3953008 or 9481923. OLE color: 9481923.

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

Color convert

RGB 195 174 144 -
CMYK 0 0.11 0.26 0.24
HSL 35.29º 0.3% 0.66% -
HSV(B) 35.29º 0.26% 0.76% -
XYZ 42.68 43.89 32.61 -
YUV 176.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 195 174 144 0 0.11 0.26 0.24 35.29 0.3 0.66
Hex C3 AE 90 0 B 1A 18 23 1E 42
Octal 303 256 220 0 13 32 30 43 36 102
Binary 11000011 10101110 10010000 0 1011 11010 11000 100011 11110 1000010

Color Harmonies of #C3AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AE90

Black with #C3AE90

Text Example


Text Example

White with #C3AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AE90; }

 p { color: rgb(195,174,144); }

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

background-color css

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

 a { background-color: rgb(195,174,144); }

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

border-color css

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

 span { border-color: rgb(195,174,144); }

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