Html Css Color HEX #C2AF93 Akaroa

📋 copy color: '#C2AF93'

red 194 ◦ green 175 ◦ blue 147

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

Shades of Akaroa #C2AF93

Tints of Akaroa #C2AF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 37.6%
G = 33.91%
B = 28.49%

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

#C2AF93 (or 0xC2AF93) is known color: Akaroa. HEX triplet: C2, AF and 93. RGB value is (194,175,147). Sum of RGB (Red+Green+Blue) = 194+175+147=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF93 is #3D506C. Grayscale: #B1B1B1. Windows color (decimal): -4018285 or 9678786. OLE color: 9678786.

HSL color Cylindrical-coordinate representation of color #C2AF93: hue angle of 35.74º degrees, saturation: 0.28, 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 #C2AF93 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 147 -
CMYK 0 0.10 0.24 0.24
HSL 35.74º 0.28% 0.67% -
HSV(B) 35.74º 0.24% 0.76% -
XYZ 42.84 44.24 33.88 -
YUV 177.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 194 175 147 0 0.10 0.24 0.24 35.74 0.28 0.67
Hex C2 AF 93 0 A 18 18 24 1C 43
Octal 302 257 223 0 12 30 30 44 34 103
Binary 11000010 10101111 10010011 0 1010 11000 11000 100100 11100 1000011

Color Harmonies of #C2AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF93

Black with #C2AF93

Text Example


Text Example

White with #C2AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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