Html Css Color HEX #C3B492 Akaroa

📋 copy color: '#C3B492'

red 195 ◦ green 180 ◦ blue 146

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

Shades of Akaroa #C3B492

Tints of Akaroa #C3B492

RGB

 RED value IS 195 (76.56% from 255) = 37.43%

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

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

R = 37.43%
G = 34.55%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3B492 (or 0xC3B492) is known color: Akaroa. HEX triplet: C3, B4 and 92. RGB value is (195,180,146). Sum of RGB (Red+Green+Blue) = 195+180+146=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B492 is #3C4B6D. Grayscale: #B4B4B4. Windows color (decimal): -3951470 or 9614531. OLE color: 9614531.

HSL color Cylindrical-coordinate representation of color #C3B492: hue angle of 41.63º degrees, saturation: 0.29, 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 #C3B492 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 180 146 -
CMYK 0 0.08 0.25 0.24
HSL 41.63º 0.29% 0.67% -
HSV(B) 41.63º 0.25% 0.76% -
XYZ 44.02 46.32 33.81 -
YUV 180.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 195 180 146 0 0.08 0.25 0.24 41.63 0.29 0.67
Hex C3 B4 92 0 8 19 18 2A 1D 43
Octal 303 264 222 0 10 31 30 52 35 103
Binary 11000011 10110100 10010010 0 1000 11001 11000 101010 11101 1000011

Color Harmonies of #C3B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B492

Black with #C3B492

Text Example


Text Example

White with #C3B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B492; }

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

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

background-color css

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

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

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

border-color css

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

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

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