Html Css Color HEX #C3AF91 Akaroa

📋 copy color: '#C3AF91'

red 195 ◦ green 175 ◦ blue 145

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

Shades of Akaroa #C3AF91

Tints of Akaroa #C3AF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.16%

R = 37.86%
G = 33.98%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C3AF91 (or 0xC3AF91) is known color: Akaroa. HEX triplet: C3, AF and 91. RGB value is (195,175,145). Sum of RGB (Red+Green+Blue) = 195+175+145=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF91 is #3C506E. Grayscale: #B1B1B1. Windows color (decimal): -3952751 or 9547715. OLE color: 9547715.

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

Color convert

RGB 195 175 145 -
CMYK 0 0.10 0.26 0.24
HSL 36º 0.29% 0.67% -
HSV(B) 36º 0.26% 0.76% -
XYZ 42.95 44.31 33.08 -
YUV 177.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 195 175 145 0 0.10 0.26 0.24 36 0.29 0.67
Hex C3 AF 91 0 A 1A 18 24 1D 43
Octal 303 257 221 0 12 32 30 44 35 103
Binary 11000011 10101111 10010001 0 1010 11010 11000 100100 11101 1000011

Color Harmonies of #C3AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF91

Black with #C3AF91

Text Example


Text Example

White with #C3AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF91; }

 p { color: rgb(195,175,145); }

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

background-color css

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

 a { background-color: rgb(195,175,145); }

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

border-color css

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

 span { border-color: rgb(195,175,145); }

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