Html Css Color HEX #C4B08C Pavlova

📋 copy color: '#C4B08C'

red 196 ◦ green 176 ◦ blue 140

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

Shades of Pavlova #C4B08C

Tints of Pavlova #C4B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 38.28%
G = 34.38%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4B08C (or 0xC4B08C) is known color: Pavlova. HEX triplet: C4, B0 and 8C. RGB value is (196,176,140). Sum of RGB (Red+Green+Blue) = 196+176+140=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B08C is #3B4F73. Grayscale: #B2B2B2. Windows color (decimal): -3886964 or 9220292. OLE color: 9220292.

HSL color Cylindrical-coordinate representation of color #C4B08C: hue angle of 38.57º degrees, saturation: 0.32, 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 #C4B08C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 140 -
CMYK 0 0.10 0.29 0.23
HSL 38.57º 0.32% 0.66% -
HSV(B) 38.57º 0.29% 0.77% -
XYZ 43.02 44.68 31.17 -
YUV 177.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 196 176 140 0 0.10 0.29 0.23 38.57 0.32 0.66
Hex C4 B0 8C 0 A 1D 17 27 20 42
Octal 304 260 214 0 12 35 27 47 40 102
Binary 11000100 10110000 10001100 0 1010 11101 10111 100111 100000 1000010

Color Harmonies of #C4B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B08C

Black with #C4B08C

Text Example


Text Example

White with #C4B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B08C; }

 p { color: rgb(196,176,140); }

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

background-color css

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

 a { background-color: rgb(196,176,140); }

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

border-color css

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

 span { border-color: rgb(196,176,140); }

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