Html Css Color HEX #C0A67A Pavlova

📋 copy color: '#C0A67A'

red 192 ◦ green 166 ◦ blue 122

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

Shades of Pavlova #C0A67A

Tints of Pavlova #C0A67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.58%

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 40%
G = 34.58%
B = 25.42%

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

#C0A67A (or 0xC0A67A) is known color: Pavlova. HEX triplet: C0, A6 and 7A. RGB value is (192,166,122). Sum of RGB (Red+Green+Blue) = 192+166+122=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A67A is #3F5985. Grayscale: #A8A8A8. Windows color (decimal): -4151686 or 8038080. OLE color: 8038080.

HSL color Cylindrical-coordinate representation of color #C0A67A: hue angle of 37.71º degrees, saturation: 0.36, 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 #C0A67A is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 122 -
CMYK 0 0.14 0.36 0.25
HSL 37.71º 0.36% 0.62% -
HSV(B) 37.71º 0.36% 0.75% -
XYZ 38.89 39.88 24.06 -
YUV 168.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 192 166 122 0 0.14 0.36 0.25 37.71 0.36 0.62
Hex C0 A6 7A 0 E 24 19 26 24 3E
Octal 300 246 172 0 16 44 31 46 44 76
Binary 11000000 10100110 1111010 0 1110 100100 11001 100110 100100 111110

Color Harmonies of #C0A67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A67A

Black with #C0A67A

Text Example


Text Example

White with #C0A67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A67A; }

 p { color: rgb(192,166,122); }

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

background-color css

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

 a { background-color: rgb(192,166,122); }

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

border-color css

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

 span { border-color: rgb(192,166,122); }

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