Html Css Color HEX #CC9791 Petite Orchid

📋 copy color: '#CC9791'

red 204 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #CC9791

Tints of Petite Orchid #CC9791

RGB

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

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

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

R = 40.8%
G = 30.2%
B = 29%

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

#CC9791 (or 0xCC9791) is known color: Petite Orchid. HEX triplet: CC, 97 and 91. RGB value is (204,151,145). Sum of RGB (Red+Green+Blue) = 204+151+145=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9791 is #33686E. Grayscale: #A6A6A6. Windows color (decimal): -3369071 or 9541580. OLE color: 9541580.

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

Color convert

RGB 204 151 145 -
CMYK 0 0.26 0.29 0.2
HSL 6.1º 0.37% 0.68% -
HSV(B) 6.1º 0.29% 0.8% -
XYZ 41.08 37.01 31.77 -
YUV 166.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 204 151 145 0 0.26 0.29 0.2 6.1 0.37 0.68
Hex CC 97 91 0 1A 1D 14 6 25 44
Octal 314 227 221 0 32 35 24 6 45 104
Binary 11001100 10010111 10010001 0 11010 11101 10100 110 100101 1000100

Color Harmonies of #CC9791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9791

Black with #CC9791

Text Example


Text Example

White with #CC9791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9791; }

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

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

background-color css

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

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

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

border-color css

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

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

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