Html Css Color HEX #C1AD93 Akaroa

📋 copy color: '#C1AD93'

red 193 ◦ green 173 ◦ blue 147

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

Shades of Akaroa #C1AD93

Tints of Akaroa #C1AD93

RGB

 RED value IS 193 (75.78% from 255) = 37.62%

 GREEN value IS 173 (67.97% from 255) = 33.72%

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

R = 37.62%
G = 33.72%
B = 28.65%

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

#C1AD93 (or 0xC1AD93) is known color: Akaroa. HEX triplet: C1, AD and 93. RGB value is (193,173,147). Sum of RGB (Red+Green+Blue) = 193+173+147=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD93 is #3E526C. Grayscale: #B0B0B0. Windows color (decimal): -4084333 or 9678273. OLE color: 9678273.

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

Color convert

RGB 193 173 147 -
CMYK 0 0.10 0.24 0.24
HSL 33.91º 0.27% 0.67% -
HSV(B) 33.91º 0.24% 0.76% -
XYZ 42.2 43.33 33.74 -
YUV 176.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 193 173 147 0 0.10 0.24 0.24 33.91 0.27 0.67
Hex C1 AD 93 0 A 18 18 22 1B 43
Octal 301 255 223 0 12 30 30 42 33 103
Binary 11000001 10101101 10010011 0 1010 11000 11000 100010 11011 1000011

Color Harmonies of #C1AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD93

Black with #C1AD93

Text Example


Text Example

White with #C1AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD93; }

 p { color: rgb(193,173,147); }

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

background-color css

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

 a { background-color: rgb(193,173,147); }

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

border-color css

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

 span { border-color: rgb(193,173,147); }

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