Html Css Color HEX #CF9594 Petite Orchid

📋 copy color: '#CF9594'

red 207 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #CF9594

Tints of Petite Orchid #CF9594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 41.07%
G = 29.56%
B = 29.37%

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

#CF9594 (or 0xCF9594) is known color: Petite Orchid. HEX triplet: CF, 95 and 94. RGB value is (207,149,148). Sum of RGB (Red+Green+Blue) = 207+149+148=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9594 is #306A6B. Grayscale: #A6A6A6. Windows color (decimal): -3172972 or 9737679. OLE color: 9737679.

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

Color convert

RGB 207 149 148 -
CMYK 0 0.28 0.29 0.19
HSL 1.02º 0.38% 0.7% -
HSV(B) 1.02º 0.29% 0.81% -
XYZ 41.82 36.9 32.93 -
YUV 166.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 207 149 148 0 0.28 0.29 0.19 1.02 0.38 0.7
Hex CF 95 94 0 1C 1D 13 1 26 46
Octal 317 225 224 0 34 35 23 1 46 106
Binary 11001111 10010101 10010100 0 11100 11101 10011 1 100110 1000110

Color Harmonies of #CF9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9594

Black with #CF9594

Text Example


Text Example

White with #CF9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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