Html Css Color HEX #C2B795 Akaroa

📋 copy color: '#C2B795'

red 194 ◦ green 183 ◦ blue 149

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

Shades of Akaroa #C2B795

Tints of Akaroa #C2B795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.79%

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

R = 36.88%
G = 34.79%
B = 28.33%

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

#C2B795 (or 0xC2B795) is known color: Akaroa. HEX triplet: C2, B7 and 95. RGB value is (194,183,149). Sum of RGB (Red+Green+Blue) = 194+183+149=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B795 is #3D486A. Grayscale: #B6B6B6. Windows color (decimal): -4016235 or 9811906. OLE color: 9811906.

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

Color convert

RGB 194 183 149 -
CMYK 0 0.06 0.23 0.24
HSL 45.33º 0.27% 0.67% -
HSV(B) 45.33º 0.23% 0.76% -
XYZ 44.61 47.51 35.25 -
YUV 182.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 194 183 149 0 0.06 0.23 0.24 45.33 0.27 0.67
Hex C2 B7 95 0 6 17 18 2D 1B 43
Octal 302 267 225 0 6 27 30 55 33 103
Binary 11000010 10110111 10010101 0 110 10111 11000 101101 11011 1000011

Color Harmonies of #C2B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B795

Black with #C2B795

Text Example


Text Example

White with #C2B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B795; }

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

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

background-color css

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

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

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

border-color css

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

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

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