Html Css Color HEX #CF9794 Petite Orchid

📋 copy color: '#CF9794'

red 207 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #CF9794

Tints of Petite Orchid #CF9794

RGB

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

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

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

R = 40.91%
G = 29.84%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF9794 (or 0xCF9794) is known color: Petite Orchid. HEX triplet: CF, 97 and 94. RGB value is (207,151,148). Sum of RGB (Red+Green+Blue) = 207+151+148=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9794 is #30686B. Grayscale: #A7A7A7. Windows color (decimal): -3172460 or 9738191. OLE color: 9738191.

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

Color convert

RGB 207 151 148 -
CMYK 0 0.27 0.29 0.19
HSL 3.05º 0.38% 0.7% -
HSV(B) 3.05º 0.29% 0.81% -
XYZ 42.14 37.54 33.04 -
YUV 167.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 207 151 148 0 0.27 0.29 0.19 3.05 0.38 0.7
Hex CF 97 94 0 1B 1D 13 3 26 46
Octal 317 227 224 0 33 35 23 3 46 106
Binary 11001111 10010111 10010100 0 11011 11101 10011 11 100110 1000110

Color Harmonies of #CF9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9794

Black with #CF9794

Text Example


Text Example

White with #CF9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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