Html Css Color HEX #C3AF8E Akaroa

📋 copy color: '#C3AF8E'

red 195 ◦ green 175 ◦ blue 142

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

Shades of Akaroa #C3AF8E

Tints of Akaroa #C3AF8E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 38.09%
G = 34.18%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3AF8E (or 0xC3AF8E) is known color: Akaroa. HEX triplet: C3, AF and 8E. RGB value is (195,175,142). Sum of RGB (Red+Green+Blue) = 195+175+142=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF8E is #3C5071. Grayscale: #B1B1B1. Windows color (decimal): -3952754 or 9351107. OLE color: 9351107.

HSL color Cylindrical-coordinate representation of color #C3AF8E: hue angle of 37.36º degrees, saturation: 0.31, 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 #C3AF8E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 142 -
CMYK 0 0.10 0.27 0.24
HSL 37.36º 0.31% 0.66% -
HSV(B) 37.36º 0.27% 0.76% -
XYZ 42.72 44.22 31.87 -
YUV 177.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 195 175 142 0 0.10 0.27 0.24 37.36 0.31 0.66
Hex C3 AF 8E 0 A 1B 18 25 1F 42
Octal 303 257 216 0 12 33 30 45 37 102
Binary 11000011 10101111 10001110 0 1010 11011 11000 100101 11111 1000010

Color Harmonies of #C3AF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF8E

Black with #C3AF8E

Text Example


Text Example

White with #C3AF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF8E; }

 p { color: rgb(195,175,142); }

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

background-color css

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

 a { background-color: rgb(195,175,142); }

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

border-color css

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

 span { border-color: rgb(195,175,142); }

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