Html Css Color HEX #CBC0CA Thistle

📋 copy color: '#CBC0CA'

red 203 ◦ green 192 ◦ blue 202

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

Shades of Thistle #CBC0CA

Tints of Thistle #CBC0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.16%

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 34%
G = 32.16%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBC0CA (or 0xCBC0CA) is known color: Thistle. HEX triplet: CB, C0 and CA. RGB value is (203,192,202). Sum of RGB (Red+Green+Blue) = 203+192+202=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0CA is #343F35. Grayscale: #C4C4C4. Windows color (decimal): -3424054 or 13287627. OLE color: 13287627.

HSL color Cylindrical-coordinate representation of color #CBC0CA: hue angle of 305.45º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC0CA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 202 -
CMYK 0 0.05 0.00 0.20
HSL 305.45º 0.1% 0.77% -
HSV(B) 305.45º 0.05% 0.8% -
XYZ 54.14 54.66 63.57 -
YUV 196.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 203 192 202 0 0.05 0.00 0.20 305.45 0.1 0.77
Hex CB C0 CA 0 5 0 14 131 A 4D
Octal 313 300 312 0 5 0 24 461 12 115
Binary 11001011 11000000 11001010 0 101 0 10100 100110001 1010 1001101

Color Harmonies of #CBC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0CA

Black with #CBC0CA

Text Example


Text Example

White with #CBC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0CA; }

 p { color: rgb(203,192,202); }

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

background-color css

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

 a { background-color: rgb(203,192,202); }

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

border-color css

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

 span { border-color: rgb(203,192,202); }

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