Html Css Color HEX #C3B191 Akaroa

📋 copy color: '#C3B191'

red 195 ◦ green 177 ◦ blue 145

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

Shades of Akaroa #C3B191

Tints of Akaroa #C3B191

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

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

R = 37.72%
G = 34.24%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C3B191 (or 0xC3B191) is known color: Akaroa. HEX triplet: C3, B1 and 91. RGB value is (195,177,145). Sum of RGB (Red+Green+Blue) = 195+177+145=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B191 is #3C4E6E. Grayscale: #B2B2B2. Windows color (decimal): -3952239 or 9548227. OLE color: 9548227.

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

Color convert

RGB 195 177 145 -
CMYK 0 0.09 0.26 0.24
HSL 38.4º 0.29% 0.67% -
HSV(B) 38.4º 0.26% 0.76% -
XYZ 43.34 45.09 33.21 -
YUV 178.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 195 177 145 0 0.09 0.26 0.24 38.4 0.29 0.67
Hex C3 B1 91 0 9 1A 18 26 1D 43
Octal 303 261 221 0 11 32 30 46 35 103
Binary 11000011 10110001 10010001 0 1001 11010 11000 100110 11101 1000011

Color Harmonies of #C3B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B191

Black with #C3B191

Text Example


Text Example

White with #C3B191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B191; }

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

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

background-color css

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

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

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

border-color css

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

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

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