Html Css Color HEX #C2B590 Akaroa

📋 copy color: '#C2B590'

red 194 ◦ green 181 ◦ blue 144

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

Shades of Akaroa #C2B590

Tints of Akaroa #C2B590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 37.38%
G = 34.87%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2B590 (or 0xC2B590) is known color: Akaroa. HEX triplet: C2, B5 and 90. RGB value is (194,181,144). Sum of RGB (Red+Green+Blue) = 194+181+144=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B590 is #3D4A6F. Grayscale: #B4B4B4. Windows color (decimal): -4016752 or 9483714. OLE color: 9483714.

HSL color Cylindrical-coordinate representation of color #C2B590: hue angle of 44.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B590 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 144 -
CMYK 0 0.07 0.26 0.24
HSL 44.4º 0.29% 0.66% -
HSV(B) 44.4º 0.26% 0.76% -
XYZ 43.81 46.53 33.06 -
YUV 180.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 194 181 144 0 0.07 0.26 0.24 44.4 0.29 0.66
Hex C2 B5 90 0 7 1A 18 2C 1D 42
Octal 302 265 220 0 7 32 30 54 35 102
Binary 11000010 10110101 10010000 0 111 11010 11000 101100 11101 1000010

Color Harmonies of #C2B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B590

Black with #C2B590

Text Example


Text Example

White with #C2B590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B590; }

 p { color: rgb(194,181,144); }

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

background-color css

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

 a { background-color: rgb(194,181,144); }

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

border-color css

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

 span { border-color: rgb(194,181,144); }

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