Html Css Color HEX #CB9592 Petite Orchid

📋 copy color: '#CB9592'

red 203 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #CB9592

Tints of Petite Orchid #CB9592

RGB

 RED value IS 203 (79.69% from 255) = 40.76%

 GREEN value IS 149 (58.59% from 255) = 29.92%

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 40.76%
G = 29.92%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB9592 (or 0xCB9592) is known color: Petite Orchid. HEX triplet: CB, 95 and 92. RGB value is (203,149,146). Sum of RGB (Red+Green+Blue) = 203+149+146=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9592 is #346A6D. Grayscale: #A4A4A4. Windows color (decimal): -3435118 or 9606603. OLE color: 9606603.

HSL color Cylindrical-coordinate representation of color #CB9592: hue angle of 3.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9592 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 146 -
CMYK 0 0.27 0.28 0.20
HSL 3.16º 0.35% 0.68% -
HSV(B) 3.16º 0.28% 0.8% -
XYZ 40.56 36.27 32.06 -
YUV 164.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 203 149 146 0 0.27 0.28 0.20 3.16 0.35 0.68
Hex CB 95 92 0 1B 1C 14 3 23 44
Octal 313 225 222 0 33 34 24 3 43 104
Binary 11001011 10010101 10010010 0 11011 11100 10100 11 100011 1000100

Color Harmonies of #CB9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9592

Black with #CB9592

Text Example


Text Example

White with #CB9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9592; }

 p { color: rgb(203,149,146); }

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

background-color css

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

 a { background-color: rgb(203,149,146); }

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

border-color css

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

 span { border-color: rgb(203,149,146); }

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