Html Css Color HEX #C3B48F Akaroa

📋 copy color: '#C3B48F'

red 195 ◦ green 180 ◦ blue 143

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

Shades of Akaroa #C3B48F

Tints of Akaroa #C3B48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 37.64%
G = 34.75%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3B48F (or 0xC3B48F) is known color: Akaroa. HEX triplet: C3, B4 and 8F. RGB value is (195,180,143). Sum of RGB (Red+Green+Blue) = 195+180+143=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B48F is #3C4B70. Grayscale: #B4B4B4. Windows color (decimal): -3951473 or 9417923. OLE color: 9417923.

HSL color Cylindrical-coordinate representation of color #C3B48F: hue angle of 42.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3B48F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 180 143 -
CMYK 0 0.08 0.27 0.24
HSL 42.69º 0.3% 0.66% -
HSV(B) 42.69º 0.27% 0.76% -
XYZ 43.78 46.23 32.6 -
YUV 180.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 195 180 143 0 0.08 0.27 0.24 42.69 0.3 0.66
Hex C3 B4 8F 0 8 1B 18 2B 1E 42
Octal 303 264 217 0 10 33 30 53 36 102
Binary 11000011 10110100 10001111 0 1000 11011 11000 101011 11110 1000010

Color Harmonies of #C3B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B48F

Black with #C3B48F

Text Example


Text Example

White with #C3B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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