Html Css Color HEX #C3B591 Akaroa

📋 copy color: '#C3B591'

red 195 ◦ green 181 ◦ blue 145

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

Shades of Akaroa #C3B591

Tints of Akaroa #C3B591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 37.43%
G = 34.74%
B = 27.83%

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

#C3B591 (or 0xC3B591) is known color: Akaroa. HEX triplet: C3, B5 and 91. RGB value is (195,181,145). Sum of RGB (Red+Green+Blue) = 195+181+145=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B591 is #3C4A6E. Grayscale: #B5B5B5. Windows color (decimal): -3951215 or 9549251. OLE color: 9549251.

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

Color convert

RGB 195 181 145 -
CMYK 0 0.07 0.26 0.24
HSL 43.2º 0.29% 0.67% -
HSV(B) 43.2º 0.26% 0.76% -
XYZ 44.14 46.69 33.47 -
YUV 181.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 195 181 145 0 0.07 0.26 0.24 43.2 0.29 0.67
Hex C3 B5 91 0 7 1A 18 2B 1D 43
Octal 303 265 221 0 7 32 30 53 35 103
Binary 11000011 10110101 10010001 0 111 11010 11000 101011 11101 1000011

Color Harmonies of #C3B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B591

Black with #C3B591

Text Example


Text Example

White with #C3B591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B591; }

 p { color: rgb(195,181,145); }

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

background-color css

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

 a { background-color: rgb(195,181,145); }

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

border-color css

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

 span { border-color: rgb(195,181,145); }

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