Html Css Color HEX #C5B08B Pavlova

📋 copy color: '#C5B08B'

red 197 ◦ green 176 ◦ blue 139

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

Shades of Pavlova #C5B08B

Tints of Pavlova #C5B08B

RGB

 RED value IS 197 (77.34% from 255) = 38.48%

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

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

R = 38.48%
G = 34.38%
B = 27.15%

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

#C5B08B (or 0xC5B08B) is known color: Pavlova. HEX triplet: C5, B0 and 8B. RGB value is (197,176,139). Sum of RGB (Red+Green+Blue) = 197+176+139=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B08B is #3A4F74. Grayscale: #B2B2B2. Windows color (decimal): -3821429 or 9154757. OLE color: 9154757.

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

Color convert

RGB 197 176 139 -
CMYK 0 0.11 0.29 0.23
HSL 38.28º 0.33% 0.66% -
HSV(B) 38.28º 0.29% 0.77% -
XYZ 43.21 44.79 30.79 -
YUV 178.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 197 176 139 0 0.11 0.29 0.23 38.28 0.33 0.66
Hex C5 B0 8B 0 B 1D 17 26 21 42
Octal 305 260 213 0 13 35 27 46 41 102
Binary 11000101 10110000 10001011 0 1011 11101 10111 100110 100001 1000010

Color Harmonies of #C5B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B08B

Black with #C5B08B

Text Example


Text Example

White with #C5B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B08B; }

 p { color: rgb(197,176,139); }

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

background-color css

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

 a { background-color: rgb(197,176,139); }

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

border-color css

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

 span { border-color: rgb(197,176,139); }

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