Html Css Color HEX #C2AE92 Akaroa

📋 copy color: '#C2AE92'

red 194 ◦ green 174 ◦ blue 146

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

Shades of Akaroa #C2AE92

Tints of Akaroa #C2AE92

RGB

 RED value IS 194 (76.17% from 255) = 37.74%

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

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 37.74%
G = 33.85%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2AE92 (or 0xC2AE92) is known color: Akaroa. HEX triplet: C2, AE and 92. RGB value is (194,174,146). Sum of RGB (Red+Green+Blue) = 194+174+146=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE92 is #3D516D. Grayscale: #B0B0B0. Windows color (decimal): -4018542 or 9612994. OLE color: 9612994.

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

Color convert

RGB 194 174 146 -
CMYK 0 0.10 0.25 0.24
HSL 35º 0.28% 0.67% -
HSV(B) 35º 0.25% 0.76% -
XYZ 42.57 43.82 33.41 -
YUV 176.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 194 174 146 0 0.10 0.25 0.24 35 0.28 0.67
Hex C2 AE 92 0 A 19 18 23 1C 43
Octal 302 256 222 0 12 31 30 43 34 103
Binary 11000010 10101110 10010010 0 1010 11001 11000 100011 11100 1000011

Color Harmonies of #C2AE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE92

Black with #C2AE92

Text Example


Text Example

White with #C2AE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE92; }

 p { color: rgb(194,174,146); }

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

background-color css

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

 a { background-color: rgb(194,174,146); }

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

border-color css

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

 span { border-color: rgb(194,174,146); }

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