Html Css Color HEX #CF938A Petite Orchid

📋 copy color: '#CF938A'

red 207 ◦ green 147 ◦ blue 138

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

Shades of Petite Orchid #CF938A

Tints of Petite Orchid #CF938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 42.07%
G = 29.88%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF938A (or 0xCF938A) is known color: Petite Orchid. HEX triplet: CF, 93 and 8A. RGB value is (207,147,138). Sum of RGB (Red+Green+Blue) = 207+147+138=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF938A is #306C75. Grayscale: #A4A4A4. Windows color (decimal): -3173494 or 9081807. OLE color: 9081807.

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

Color convert

RGB 207 147 138 -
CMYK 0 0.29 0.33 0.19
HSL 7.83º 0.42% 0.68% -
HSV(B) 7.83º 0.33% 0.81% -
XYZ 40.75 35.97 28.84 -
YUV 163.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 207 147 138 0 0.29 0.33 0.19 7.83 0.42 0.68
Hex CF 93 8A 0 1D 21 13 8 2A 44
Octal 317 223 212 0 35 41 23 10 52 104
Binary 11001111 10010011 10001010 0 11101 100001 10011 1000 101010 1000100

Color Harmonies of #CF938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF938A

Black with #CF938A

Text Example


Text Example

White with #CF938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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