Html Css Color HEX #C2B490 Akaroa

📋 copy color: '#C2B490'

red 194 ◦ green 180 ◦ blue 144

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

Shades of Akaroa #C2B490

Tints of Akaroa #C2B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 37.45%
G = 34.75%
B = 27.8%

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

#C2B490 (or 0xC2B490) is known color: Akaroa. HEX triplet: C2, B4 and 90. RGB value is (194,180,144). Sum of RGB (Red+Green+Blue) = 194+180+144=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B490 is #3D4B6F. Grayscale: #B4B4B4. Windows color (decimal): -4017008 or 9483458. OLE color: 9483458.

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

Color convert

RGB 194 180 144 -
CMYK 0 0.07 0.26 0.24
HSL 43.2º 0.29% 0.66% -
HSV(B) 43.2º 0.26% 0.76% -
XYZ 43.6 46.13 32.99 -
YUV 180.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 194 180 144 0 0.07 0.26 0.24 43.2 0.29 0.66
Hex C2 B4 90 0 7 1A 18 2B 1D 42
Octal 302 264 220 0 7 32 30 53 35 102
Binary 11000010 10110100 10010000 0 111 11010 11000 101011 11101 1000010

Color Harmonies of #C2B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B490

Black with #C2B490

Text Example


Text Example

White with #C2B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B490; }

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

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

background-color css

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

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

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

border-color css

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

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

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