Html Css Color HEX #C2B492 Akaroa

📋 copy color: '#C2B492'

red 194 ◦ green 180 ◦ blue 146

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

Shades of Akaroa #C2B492

Tints of Akaroa #C2B492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 37.31%
G = 34.62%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B492 (or 0xC2B492) is known color: Akaroa. HEX triplet: C2, B4 and 92. RGB value is (194,180,146). Sum of RGB (Red+Green+Blue) = 194+180+146=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B492 is #3D4B6D. Grayscale: #B4B4B4. Windows color (decimal): -4017006 or 9614530. OLE color: 9614530.

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

Color convert

RGB 194 180 146 -
CMYK 0 0.07 0.25 0.24
HSL 42.5º 0.28% 0.67% -
HSV(B) 42.5º 0.25% 0.76% -
XYZ 43.76 46.19 33.8 -
YUV 180.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 194 180 146 0 0.07 0.25 0.24 42.5 0.28 0.67
Hex C2 B4 92 0 7 19 18 2A 1C 43
Octal 302 264 222 0 7 31 30 52 34 103
Binary 11000010 10110100 10010010 0 111 11001 11000 101010 11100 1000011

Color Harmonies of #C2B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B492

Black with #C2B492

Text Example


Text Example

White with #C2B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B492; }

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

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

background-color css

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

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

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

border-color css

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

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

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