Html Css Color HEX #C2B695 Akaroa

📋 copy color: '#C2B695'

red 194 ◦ green 182 ◦ blue 149

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

Shades of Akaroa #C2B695

Tints of Akaroa #C2B695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

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

R = 36.95%
G = 34.67%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B695 (or 0xC2B695) is known color: Akaroa. HEX triplet: C2, B6 and 95. RGB value is (194,182,149). Sum of RGB (Red+Green+Blue) = 194+182+149=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B695 is #3D496A. Grayscale: #B5B5B5. Windows color (decimal): -4016491 or 9811650. OLE color: 9811650.

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

Color convert

RGB 194 182 149 -
CMYK 0 0.06 0.23 0.24
HSL 44º 0.27% 0.67% -
HSV(B) 44º 0.23% 0.76% -
XYZ 44.4 47.1 35.18 -
YUV 181.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 194 182 149 0 0.06 0.23 0.24 44 0.27 0.67
Hex C2 B6 95 0 6 17 18 2C 1B 43
Octal 302 266 225 0 6 27 30 54 33 103
Binary 11000010 10110110 10010101 0 110 10111 11000 101100 11011 1000011

Color Harmonies of #C2B695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B695

Black with #C2B695

Text Example


Text Example

White with #C2B695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B695; }

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

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

background-color css

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

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

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

border-color css

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

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

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