Html Css Color HEX #C4AE8B Pavlova

📋 copy color: '#C4AE8B'

red 196 ◦ green 174 ◦ blue 139

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

Shades of Pavlova #C4AE8B

Tints of Pavlova #C4AE8B

RGB

 RED value IS 196 (76.95% from 255) = 38.51%

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 38.51%
G = 34.18%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4AE8B (or 0xC4AE8B) is known color: Pavlova. HEX triplet: C4, AE and 8B. RGB value is (196,174,139). Sum of RGB (Red+Green+Blue) = 196+174+139=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AE8B is #3B5174. Grayscale: #B0B0B0. Windows color (decimal): -3887477 or 9154244. OLE color: 9154244.

HSL color Cylindrical-coordinate representation of color #C4AE8B: hue angle of 36.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4AE8B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 174 139 -
CMYK 0 0.11 0.29 0.23
HSL 36.84º 0.33% 0.66% -
HSV(B) 36.84º 0.29% 0.77% -
XYZ 42.56 43.87 30.65 -
YUV 176.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 196 174 139 0 0.11 0.29 0.23 36.84 0.33 0.66
Hex C4 AE 8B 0 B 1D 17 25 21 42
Octal 304 256 213 0 13 35 27 45 41 102
Binary 11000100 10101110 10001011 0 1011 11101 10111 100101 100001 1000010

Color Harmonies of #C4AE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AE8B

Black with #C4AE8B

Text Example


Text Example

White with #C4AE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AE8B; }

 p { color: rgb(196,174,139); }

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

background-color css

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

 a { background-color: rgb(196,174,139); }

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

border-color css

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

 span { border-color: rgb(196,174,139); }

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