Html Css Color HEX #CF9393 Petite Orchid

📋 copy color: '#CF9393'

red 207 ◦ green 147 ◦ blue 147

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

Shades of Petite Orchid #CF9393

Tints of Petite Orchid #CF9393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

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

R = 41.32%
G = 29.34%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF9393 (or 0xCF9393) is known color: Petite Orchid. HEX triplet: CF, 93 and 93. RGB value is (207,147,147). Sum of RGB (Red+Green+Blue) = 207+147+147=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9393 is #306C6C. Grayscale: #A5A5A5. Windows color (decimal): -3173485 or 9671631. OLE color: 9671631.

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

Color convert

RGB 207 147 147 -
CMYK 0 0.29 0.29 0.19
HSL 0.38% 0.69% -
HSV(B) 0.29% 0.81% -
XYZ 41.43 36.24 32.41 -
YUV 164.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 207 147 147 0 0.29 0.29 0.19 0 0.38 0.69
Hex CF 93 93 0 1D 1D 13 0 26 45
Octal 317 223 223 0 35 35 23 0 46 105
Binary 11001111 10010011 10010011 0 11101 11101 10011 0 100110 1000101

Color Harmonies of #CF9393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9393

Black with #CF9393

Text Example


Text Example

White with #CF9393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9393; }

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

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

background-color css

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

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

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

border-color css

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

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

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