Html Css Color HEX #C2B295 Akaroa

📋 copy color: '#C2B295'

red 194 ◦ green 178 ◦ blue 149

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

Shades of Akaroa #C2B295

Tints of Akaroa #C2B295

RGB

 RED value IS 194 (76.17% from 255) = 37.24%

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

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 37.24%
G = 34.17%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B295 (or 0xC2B295) is known color: Akaroa. HEX triplet: C2, B2 and 95. RGB value is (194,178,149). Sum of RGB (Red+Green+Blue) = 194+178+149=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B295 is #3D4D6A. Grayscale: #B3B3B3. Windows color (decimal): -4017515 or 9810626. OLE color: 9810626.

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

Color convert

RGB 194 178 149 -
CMYK 0 0.08 0.23 0.24
HSL 38.67º 0.27% 0.67% -
HSV(B) 38.67º 0.23% 0.76% -
XYZ 43.59 45.48 34.91 -
YUV 179.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 194 178 149 0 0.08 0.23 0.24 38.67 0.27 0.67
Hex C2 B2 95 0 8 17 18 27 1B 43
Octal 302 262 225 0 10 27 30 47 33 103
Binary 11000010 10110010 10010101 0 1000 10111 11000 100111 11011 1000011

Color Harmonies of #C2B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B295

Black with #C2B295

Text Example


Text Example

White with #C2B295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B295; }

 p { color: rgb(194,178,149); }

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

background-color css

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

 a { background-color: rgb(194,178,149); }

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

border-color css

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

 span { border-color: rgb(194,178,149); }

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