Html Css Color HEX #CC9692 Petite Orchid

📋 copy color: '#CC9692'

red 204 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #CC9692

Tints of Petite Orchid #CC9692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 40.8%
G = 30%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC9692 (or 0xCC9692) is known color: Petite Orchid. HEX triplet: CC, 96 and 92. RGB value is (204,150,146). Sum of RGB (Red+Green+Blue) = 204+150+146=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9692 is #33696D. Grayscale: #A5A5A5. Windows color (decimal): -3369326 or 9606860. OLE color: 9606860.

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

Color convert

RGB 204 150 146 -
CMYK 0 0.26 0.28 0.2
HSL 4.14º 0.36% 0.69% -
HSV(B) 4.14º 0.28% 0.8% -
XYZ 41 36.73 32.12 -
YUV 165.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 204 150 146 0 0.26 0.28 0.2 4.14 0.36 0.69
Hex CC 96 92 0 1A 1C 14 4 24 45
Octal 314 226 222 0 32 34 24 4 44 105
Binary 11001100 10010110 10010010 0 11010 11100 10100 100 100100 1000101

Color Harmonies of #CC9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9692

Black with #CC9692

Text Example


Text Example

White with #CC9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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