Html Css Color HEX #CB969B Careys Pink

📋 copy color: '#CB969B'

red 203 ◦ green 150 ◦ blue 155

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

Shades of Careys Pink #CB969B

Tints of Careys Pink #CB969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.51%

R = 39.96%
G = 29.53%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB969B (or 0xCB969B) is known color: Careys Pink. HEX triplet: CB, 96 and 9B. RGB value is (203,150,155). Sum of RGB (Red+Green+Blue) = 203+150+155=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB969B is #346964. Grayscale: #A6A6A6. Windows color (decimal): -3434853 or 10196683. OLE color: 10196683.

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

Color convert

RGB 203 150 155 -
CMYK 0 0.26 0.24 0.20
HSL 354.34º 0.34% 0.69% -
HSV(B) 354.34º 0.26% 0.8% -
XYZ 41.45 36.88 35.94 -
YUV 166.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 203 150 155 0 0.26 0.24 0.20 354.34 0.34 0.69
Hex CB 96 9B 0 1A 18 14 162 22 45
Octal 313 226 233 0 32 30 24 542 42 105
Binary 11001011 10010110 10011011 0 11010 11000 10100 101100010 100010 1000101

Color Harmonies of #CB969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB969B

Black with #CB969B

Text Example


Text Example

White with #CB969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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