Html Css Color HEX #CF9B9A Petite Orchid

📋 copy color: '#CF9B9A'

red 207 ◦ green 155 ◦ blue 154

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

Shades of Petite Orchid #CF9B9A

Tints of Petite Orchid #CF9B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 40.12%
G = 30.04%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF9B9A (or 0xCF9B9A) is known color: Petite Orchid. HEX triplet: CF, 9B and 9A. RGB value is (207,155,154). Sum of RGB (Red+Green+Blue) = 207+155+154=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B9A is #306465. Grayscale: #AAAAAA. Windows color (decimal): -3171430 or 10132431. OLE color: 10132431.

HSL color Cylindrical-coordinate representation of color #CF9B9A: hue angle of 1.13º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9B9A is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 154 -
CMYK 0 0.25 0.26 0.19
HSL 1.13º 0.36% 0.71% -
HSV(B) 1.13º 0.26% 0.81% -
XYZ 43.29 39.04 35.83 -
YUV 170.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 207 155 154 0 0.25 0.26 0.19 1.13 0.36 0.71
Hex CF 9B 9A 0 19 1A 13 1 24 47
Octal 317 233 232 0 31 32 23 1 44 107
Binary 11001111 10011011 10011010 0 11001 11010 10011 1 100100 1000111

Color Harmonies of #CF9B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B9A

Black with #CF9B9A

Text Example


Text Example

White with #CF9B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B9A; }

 p { color: rgb(207,155,154); }

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

background-color css

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

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

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

border-color css

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

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

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