Html Css Color HEX #CC9691 Petite Orchid

📋 copy color: '#CC9691'

red 204 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #CC9691

Tints of Petite Orchid #CC9691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 40.88%
G = 30.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9691 (or 0xCC9691) is known color: Petite Orchid. HEX triplet: CC, 96 and 91. RGB value is (204,150,145). Sum of RGB (Red+Green+Blue) = 204+150+145=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9691 is #33696E. Grayscale: #A5A5A5. Windows color (decimal): -3369327 or 9541324. OLE color: 9541324.

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

Color convert

RGB 204 150 145 -
CMYK 0 0.26 0.29 0.2
HSL 5.08º 0.37% 0.68% -
HSV(B) 5.08º 0.29% 0.8% -
XYZ 40.92 36.69 31.71 -
YUV 165.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 204 150 145 0 0.26 0.29 0.2 5.08 0.37 0.68
Hex CC 96 91 0 1A 1D 14 5 25 44
Octal 314 226 221 0 32 35 24 5 45 104
Binary 11001100 10010110 10010001 0 11010 11101 10100 101 100101 1000100

Color Harmonies of #CC9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9691

Black with #CC9691

Text Example


Text Example

White with #CC9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9691; }

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

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

background-color css

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

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

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

border-color css

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

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

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