Html Css Color HEX #CABECA Thistle

📋 copy color: '#CABECA'

red 202 ◦ green 190 ◦ blue 202

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

Shades of Thistle #CABECA

Tints of Thistle #CABECA

RGB

 RED value IS 202 (79.3% from 255) = 34.01%

 GREEN value IS 190 (74.61% from 255) = 31.99%

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

R = 34.01%
G = 31.99%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CABECA (or 0xCABECA) is known color: Thistle. HEX triplet: CA, BE and CA. RGB value is (202,190,202). Sum of RGB (Red+Green+Blue) = 202+190+202=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABECA is #354135. Grayscale: #C2C2C2. Windows color (decimal): -3490102 or 13287114. OLE color: 13287114.

HSL color Cylindrical-coordinate representation of color #CABECA: hue angle of 300º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABECA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 190 202 -
CMYK 0 0.06 0 0.21
HSL 300º 0.1% 0.77% -
HSV(B) 300º 0.06% 0.79% -
XYZ 53.43 53.65 63.42 -
YUV 194.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 202 190 202 0 0.06 0 0.21 300 0.1 0.77
Hex CA BE CA 0 6 0 15 12C A 4D
Octal 312 276 312 0 6 0 25 454 12 115
Binary 11001010 10111110 11001010 0 110 0 10101 100101100 1010 1001101

Color Harmonies of #CABECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABECA

Black with #CABECA

Text Example


Text Example

White with #CABECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABECA; }

 p { color: rgb(202,190,202); }

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

background-color css

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

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

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

border-color css

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

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

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