Html Css Color HEX #C1B29D Akaroa

📋 copy color: '#C1B29D'

red 193 ◦ green 178 ◦ blue 157

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

Shades of Akaroa #C1B29D

Tints of Akaroa #C1B29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

 BLUE value IS 157 (61.72% from 255) = 29.73%

R = 36.55%
G = 33.71%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1B29D (or 0xC1B29D) is known color: Akaroa. HEX triplet: C1, B2 and 9D. RGB value is (193,178,157). Sum of RGB (Red+Green+Blue) = 193+178+157=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B29D is #3E4D62. Grayscale: #B4B4B4. Windows color (decimal): -4083043 or 10334913. OLE color: 10334913.

HSL color Cylindrical-coordinate representation of color #C1B29D: hue angle of 35º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B29D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 157 -
CMYK 0 0.08 0.19 0.24
HSL 35º 0.23% 0.69% -
HSV(B) 35º 0.19% 0.76% -
XYZ 44 45.61 38.38 -
YUV 180.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 193 178 157 0 0.08 0.19 0.24 35 0.23 0.69
Hex C1 B2 9D 0 8 13 18 23 16 45
Octal 301 262 235 0 10 23 30 43 26 105
Binary 11000001 10110010 10011101 0 1000 10011 11000 100011 10110 1000101

Color Harmonies of #C1B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B29D

Black with #C1B29D

Text Example


Text Example

White with #C1B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B29D; }

 p { color: rgb(193,178,157); }

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

background-color css

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

 a { background-color: rgb(193,178,157); }

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

border-color css

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

 span { border-color: rgb(193,178,157); }

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