Html Css Color HEX #C1AD8F Akaroa

📋 copy color: '#C1AD8F'

red 193 ◦ green 173 ◦ blue 143

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

Shades of Akaroa #C1AD8F

Tints of Akaroa #C1AD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 37.92%
G = 33.99%
B = 28.09%

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

#C1AD8F (or 0xC1AD8F) is known color: Akaroa. HEX triplet: C1, AD and 8F. RGB value is (193,173,143). Sum of RGB (Red+Green+Blue) = 193+173+143=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD8F is #3E5270. Grayscale: #AFAFAF. Windows color (decimal): -4084337 or 9416129. OLE color: 9416129.

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

Color convert

RGB 193 173 143 -
CMYK 0 0.10 0.26 0.24
HSL 36º 0.29% 0.66% -
HSV(B) 36º 0.26% 0.76% -
XYZ 41.89 43.21 32.12 -
YUV 175.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 193 173 143 0 0.10 0.26 0.24 36 0.29 0.66
Hex C1 AD 8F 0 A 1A 18 24 1D 42
Octal 301 255 217 0 12 32 30 44 35 102
Binary 11000001 10101101 10001111 0 1010 11010 11000 100100 11101 1000010

Color Harmonies of #C1AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD8F

Black with #C1AD8F

Text Example


Text Example

White with #C1AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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