Html Css Color HEX #CB9694 Petite Orchid

📋 copy color: '#CB9694'

red 203 ◦ green 150 ◦ blue 148

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

Shades of Petite Orchid #CB9694

Tints of Petite Orchid #CB9694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 40.52%
G = 29.94%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9694 (or 0xCB9694) is known color: Petite Orchid. HEX triplet: CB, 96 and 94. RGB value is (203,150,148). Sum of RGB (Red+Green+Blue) = 203+150+148=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9694 is #34696B. Grayscale: #A5A5A5. Windows color (decimal): -3434860 or 9737931. OLE color: 9737931.

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

Color convert

RGB 203 150 148 -
CMYK 0 0.26 0.27 0.20
HSL 2.18º 0.35% 0.69% -
HSV(B) 2.18º 0.27% 0.8% -
XYZ 40.88 36.65 32.94 -
YUV 165.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 203 150 148 0 0.26 0.27 0.20 2.18 0.35 0.69
Hex CB 96 94 0 1A 1B 14 2 23 45
Octal 313 226 224 0 32 33 24 2 43 105
Binary 11001011 10010110 10010100 0 11010 11011 10100 10 100011 1000101

Color Harmonies of #CB9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9694

Black with #CB9694

Text Example


Text Example

White with #CB9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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