Html Css Color HEX #CF968B Petite Orchid

📋 copy color: '#CF968B'

red 207 ◦ green 150 ◦ blue 139

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

Shades of Petite Orchid #CF968B

Tints of Petite Orchid #CF968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 41.73%
G = 30.24%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF968B (or 0xCF968B) is known color: Petite Orchid. HEX triplet: CF, 96 and 8B. RGB value is (207,150,139). Sum of RGB (Red+Green+Blue) = 207+150+139=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF968B is #306974. Grayscale: #A5A5A5. Windows color (decimal): -3172725 or 9148111. OLE color: 9148111.

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

Color convert

RGB 207 150 139 -
CMYK 0 0.28 0.33 0.19
HSL 9.71º 0.41% 0.68% -
HSV(B) 9.71º 0.33% 0.81% -
XYZ 41.3 36.94 29.38 -
YUV 165.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 207 150 139 0 0.28 0.33 0.19 9.71 0.41 0.68
Hex CF 96 8B 0 1C 21 13 A 29 44
Octal 317 226 213 0 34 41 23 12 51 104
Binary 11001111 10010110 10001011 0 11100 100001 10011 1010 101001 1000100

Color Harmonies of #CF968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF968B

Black with #CF968B

Text Example


Text Example

White with #CF968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF968B; }

 p { color: rgb(207,150,139); }

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

background-color css

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

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

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

border-color css

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

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

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