Html Css Color HEX #CABACF Prelude

📋 copy color: '#CABACF'

red 202 ◦ green 186 ◦ blue 207

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

Shades of Prelude #CABACF

Tints of Prelude #CABACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.26%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 33.95%
G = 31.26%
B = 34.79%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CABACF (or 0xCABACF) is known color: Prelude. HEX triplet: CA, BA and CF. RGB value is (202,186,207). Sum of RGB (Red+Green+Blue) = 202+186+207=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABACF is #354530. Grayscale: #C1C1C1. Windows color (decimal): -3491121 or 13613770. OLE color: 13613770.

HSL color Cylindrical-coordinate representation of color #CABACF: hue angle of 285.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABACF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 186 207 -
CMYK 0.02 0.10 0 0.19
HSL 285.71º 0.18% 0.77% -
HSV(B) 285.71º 0.1% 0.81% -
XYZ 53.18 52.18 66.3 -
YUV 193.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 202 186 207 0.02 0.10 0 0.19 285.71 0.18 0.77
Hex CA BA CF 2 A 0 13 11E 12 4D
Octal 312 272 317 2 12 0 23 436 22 115
Binary 11001010 10111010 11001111 10 1010 0 10011 100011110 10010 1001101

Color Harmonies of #CABACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABACF

Black with #CABACF

Text Example


Text Example

White with #CABACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABACF; }

 p { color: rgb(202,186,207); }

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

background-color css

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

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

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

border-color css

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

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

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