Html Css Color HEX #C0B08A Pavlova

📋 copy color: '#C0B08A'

red 192 ◦ green 176 ◦ blue 138

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

Shades of Pavlova #C0B08A

Tints of Pavlova #C0B08A

RGB

 RED value IS 192 (75.39% from 255) = 37.94%

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

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 37.94%
G = 34.78%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0B08A (or 0xC0B08A) is known color: Pavlova. HEX triplet: C0, B0 and 8A. RGB value is (192,176,138). Sum of RGB (Red+Green+Blue) = 192+176+138=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B08A is #3F4F75. Grayscale: #B0B0B0. Windows color (decimal): -4149110 or 9089216. OLE color: 9089216.

HSL color Cylindrical-coordinate representation of color #C0B08A: hue angle of 42.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B08A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 138 -
CMYK 0 0.08 0.28 0.25
HSL 42.22º 0.3% 0.65% -
HSV(B) 42.22º 0.28% 0.75% -
XYZ 41.85 44.09 30.35 -
YUV 176.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 192 176 138 0 0.08 0.28 0.25 42.22 0.3 0.65
Hex C0 B0 8A 0 8 1C 19 2A 1E 41
Octal 300 260 212 0 10 34 31 52 36 101
Binary 11000000 10110000 10001010 0 1000 11100 11001 101010 11110 1000001

Color Harmonies of #C0B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B08A

Black with #C0B08A

Text Example


Text Example

White with #C0B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B08A; }

 p { color: rgb(192,176,138); }

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

background-color css

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

 a { background-color: rgb(192,176,138); }

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

border-color css

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

 span { border-color: rgb(192,176,138); }

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