Html Css Color HEX #C3B490 Akaroa

📋 copy color: '#C3B490'

red 195 ◦ green 180 ◦ blue 144

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

Shades of Akaroa #C3B490

Tints of Akaroa #C3B490

RGB

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

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

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

R = 37.57%
G = 34.68%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C3B490 (or 0xC3B490) is known color: Akaroa. HEX triplet: C3, B4 and 90. RGB value is (195,180,144). Sum of RGB (Red+Green+Blue) = 195+180+144=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B490 is #3C4B6F. Grayscale: #B4B4B4. Windows color (decimal): -3951472 or 9483459. OLE color: 9483459.

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

Color convert

RGB 195 180 144 -
CMYK 0 0.08 0.26 0.24
HSL 42.35º 0.3% 0.66% -
HSV(B) 42.35º 0.26% 0.76% -
XYZ 43.86 46.26 33 -
YUV 180.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 195 180 144 0 0.08 0.26 0.24 42.35 0.3 0.66
Hex C3 B4 90 0 8 1A 18 2A 1E 42
Octal 303 264 220 0 10 32 30 52 36 102
Binary 11000011 10110100 10010000 0 1000 11010 11000 101010 11110 1000010

Color Harmonies of #C3B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B490

Black with #C3B490

Text Example


Text Example

White with #C3B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B490; }

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

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

background-color css

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

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

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

border-color css

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

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

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