Html Css Color HEX #C2AF94 Akaroa

📋 copy color: '#C2AF94'

red 194 ◦ green 175 ◦ blue 148

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

Shades of Akaroa #C2AF94

Tints of Akaroa #C2AF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 37.52%
G = 33.85%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2AF94 (or 0xC2AF94) is known color: Akaroa. HEX triplet: C2, AF and 94. RGB value is (194,175,148). Sum of RGB (Red+Green+Blue) = 194+175+148=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF94 is #3D506B. Grayscale: #B1B1B1. Windows color (decimal): -4018284 or 9744322. OLE color: 9744322.

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

Color convert

RGB 194 175 148 -
CMYK 0 0.10 0.24 0.24
HSL 35.22º 0.27% 0.67% -
HSV(B) 35.22º 0.24% 0.76% -
XYZ 42.92 44.27 34.3 -
YUV 177.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 194 175 148 0 0.10 0.24 0.24 35.22 0.27 0.67
Hex C2 AF 94 0 A 18 18 23 1B 43
Octal 302 257 224 0 12 30 30 43 33 103
Binary 11000010 10101111 10010100 0 1010 11000 11000 100011 11011 1000011

Color Harmonies of #C2AF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF94

Black with #C2AF94

Text Example


Text Example

White with #C2AF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF94; }

 p { color: rgb(194,175,148); }

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

background-color css

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

 a { background-color: rgb(194,175,148); }

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

border-color css

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

 span { border-color: rgb(194,175,148); }

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