Html Css Color HEX #C0A57B Pavlova

📋 copy color: '#C0A57B'

red 192 ◦ green 165 ◦ blue 123

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

Shades of Pavlova #C0A57B

Tints of Pavlova #C0A57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.38%

 BLUE value IS 123 (48.44% from 255) = 25.63%

R = 40%
G = 34.38%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0A57B (or 0xC0A57B) is known color: Pavlova. HEX triplet: C0, A5 and 7B. RGB value is (192,165,123). Sum of RGB (Red+Green+Blue) = 192+165+123=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A57B is #3F5A84. Grayscale: #A8A8A8. Windows color (decimal): -4151941 or 8103360. OLE color: 8103360.

HSL color Cylindrical-coordinate representation of color #C0A57B: hue angle of 36.52º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0A57B is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 123 -
CMYK 0 0.14 0.36 0.25
HSL 36.52º 0.35% 0.62% -
HSV(B) 36.52º 0.36% 0.75% -
XYZ 38.77 39.55 24.33 -
YUV 168.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 192 165 123 0 0.14 0.36 0.25 36.52 0.35 0.62
Hex C0 A5 7B 0 E 24 19 25 23 3E
Octal 300 245 173 0 16 44 31 45 43 76
Binary 11000000 10100101 1111011 0 1110 100100 11001 100101 100011 111110

Color Harmonies of #C0A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A57B

Black with #C0A57B

Text Example


Text Example

White with #C0A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A57B; }

 p { color: rgb(192,165,123); }

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

background-color css

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

 a { background-color: rgb(192,165,123); }

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

border-color css

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

 span { border-color: rgb(192,165,123); }

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