Html Css Color HEX #C3AF8A Pavlova

📋 copy color: '#C3AF8A'

red 195 ◦ green 175 ◦ blue 138

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

Shades of Pavlova #C3AF8A

Tints of Pavlova #C3AF8A

RGB

 RED value IS 195 (76.56% from 255) = 38.39%

 GREEN value IS 175 (68.75% from 255) = 34.45%

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

R = 38.39%
G = 34.45%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3AF8A (or 0xC3AF8A) is known color: Pavlova. HEX triplet: C3, AF and 8A. RGB value is (195,175,138). Sum of RGB (Red+Green+Blue) = 195+175+138=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF8A is #3C5075. Grayscale: #B0B0B0. Windows color (decimal): -3952758 or 9088963. OLE color: 9088963.

HSL color Cylindrical-coordinate representation of color #C3AF8A: hue angle of 38.95º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3AF8A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 138 -
CMYK 0 0.10 0.29 0.24
HSL 38.95º 0.32% 0.65% -
HSV(B) 38.95º 0.29% 0.76% -
XYZ 42.42 44.1 30.32 -
YUV 176.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 195 175 138 0 0.10 0.29 0.24 38.95 0.32 0.65
Hex C3 AF 8A 0 A 1D 18 27 20 41
Octal 303 257 212 0 12 35 30 47 40 101
Binary 11000011 10101111 10001010 0 1010 11101 11000 100111 100000 1000001

Color Harmonies of #C3AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF8A

Black with #C3AF8A

Text Example


Text Example

White with #C3AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF8A; }

 p { color: rgb(195,175,138); }

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

background-color css

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

 a { background-color: rgb(195,175,138); }

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

border-color css

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

 span { border-color: rgb(195,175,138); }

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