Html Css Color HEX #CC9694 Petite Orchid

📋 copy color: '#CC9694'

red 204 ◦ green 150 ◦ blue 148

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

Shades of Petite Orchid #CC9694

Tints of Petite Orchid #CC9694

RGB

 RED value IS 204 (80.08% from 255) = 40.64%

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 40.64%
G = 29.88%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC9694 (or 0xCC9694) is known color: Petite Orchid. HEX triplet: CC, 96 and 94. RGB value is (204,150,148). Sum of RGB (Red+Green+Blue) = 204+150+148=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9694 is #33696B. Grayscale: #A5A5A5. Windows color (decimal): -3369324 or 9737932. OLE color: 9737932.

HSL color Cylindrical-coordinate representation of color #CC9694: hue angle of 2.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9694 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 148 -
CMYK 0 0.26 0.27 0.2
HSL 2.14º 0.35% 0.69% -
HSV(B) 2.14º 0.27% 0.8% -
XYZ 41.15 36.79 32.95 -
YUV 165.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 204 150 148 0 0.26 0.27 0.2 2.14 0.35 0.69
Hex CC 96 94 0 1A 1B 14 2 23 45
Octal 314 226 224 0 32 33 24 2 43 105
Binary 11001100 10010110 10010100 0 11010 11011 10100 10 100011 1000101

Color Harmonies of #CC9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9694

Black with #CC9694

Text Example


Text Example

White with #CC9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9694; }

 p { color: rgb(204,150,148); }

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

background-color css

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

 a { background-color: rgb(204,150,148); }

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

border-color css

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

 span { border-color: rgb(204,150,148); }

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