Html Css Color HEX #CB9692 Petite Orchid

📋 copy color: '#CB9692'

red 203 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #CB9692

Tints of Petite Orchid #CB9692

RGB

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

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

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

R = 40.68%
G = 30.06%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB9692 (or 0xCB9692) is known color: Petite Orchid. HEX triplet: CB, 96 and 92. RGB value is (203,150,146). Sum of RGB (Red+Green+Blue) = 203+150+146=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9692 is #34696D. Grayscale: #A5A5A5. Windows color (decimal): -3434862 or 9606859. OLE color: 9606859.

HSL color Cylindrical-coordinate representation of color #CB9692: hue angle of 4.21º 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 #CB9692 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 146 -
CMYK 0 0.26 0.28 0.20
HSL 4.21º 0.35% 0.68% -
HSV(B) 4.21º 0.28% 0.8% -
XYZ 40.72 36.58 32.11 -
YUV 165.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 203 150 146 0 0.26 0.28 0.20 4.21 0.35 0.68
Hex CB 96 92 0 1A 1C 14 4 23 44
Octal 313 226 222 0 32 34 24 4 43 104
Binary 11001011 10010110 10010010 0 11010 11100 10100 100 100011 1000100

Color Harmonies of #CB9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9692

Black with #CB9692

Text Example


Text Example

White with #CB9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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