Html Css Color HEX #CF9593 Petite Orchid

📋 copy color: '#CF9593'

red 207 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #CF9593

Tints of Petite Orchid #CF9593

RGB

 RED value IS 207 (81.25% from 255) = 41.15%

 GREEN value IS 149 (58.59% from 255) = 29.62%

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 41.15%
G = 29.62%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF9593 (or 0xCF9593) is known color: Petite Orchid. HEX triplet: CF, 95 and 93. RGB value is (207,149,147). Sum of RGB (Red+Green+Blue) = 207+149+147=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9593 is #306A6C. Grayscale: #A6A6A6. Windows color (decimal): -3172973 or 9672143. OLE color: 9672143.

HSL color Cylindrical-coordinate representation of color #CF9593: hue angle of 2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9593 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 147 -
CMYK 0 0.28 0.29 0.19
HSL 0.38% 0.69% -
HSV(B) 0.29% 0.81% -
XYZ 41.75 36.87 32.52 -
YUV 166.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 207 149 147 0 0.28 0.29 0.19 2 0.38 0.69
Hex CF 95 93 0 1C 1D 13 2 26 45
Octal 317 225 223 0 34 35 23 2 46 105
Binary 11001111 10010101 10010011 0 11100 11101 10011 10 100110 1000101

Color Harmonies of #CF9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9593

Black with #CF9593

Text Example


Text Example

White with #CF9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9593; }

 p { color: rgb(207,149,147); }

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

background-color css

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

 a { background-color: rgb(207,149,147); }

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

border-color css

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

 span { border-color: rgb(207,149,147); }

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