Html Css Color HEX #CC9792 Petite Orchid

📋 copy color: '#CC9792'

red 204 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #CC9792

Tints of Petite Orchid #CC9792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

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

R = 40.72%
G = 30.14%
B = 29.14%

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

#CC9792 (or 0xCC9792) is known color: Petite Orchid. HEX triplet: CC, 97 and 92. RGB value is (204,151,146). Sum of RGB (Red+Green+Blue) = 204+151+146=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9792 is #33686D. Grayscale: #A6A6A6. Windows color (decimal): -3369070 or 9607116. OLE color: 9607116.

HSL color Cylindrical-coordinate representation of color #CC9792: hue angle of 5.17º 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 #CC9792 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 146 -
CMYK 0 0.26 0.28 0.2
HSL 5.17º 0.36% 0.69% -
HSV(B) 5.17º 0.28% 0.8% -
XYZ 41.16 37.05 32.18 -
YUV 166.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 204 151 146 0 0.26 0.28 0.2 5.17 0.36 0.69
Hex CC 97 92 0 1A 1C 14 5 24 45
Octal 314 227 222 0 32 34 24 5 44 105
Binary 11001100 10010111 10010010 0 11010 11100 10100 101 100100 1000101

Color Harmonies of #CC9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9792

Black with #CC9792

Text Example


Text Example

White with #CC9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9792; }

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

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

background-color css

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

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

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

border-color css

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

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

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