Html Css Color HEX #CFBECB Maverick

📋 copy color: '#CFBECB'

red 207 ◦ green 190 ◦ blue 203

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

Shades of Maverick #CFBECB

Tints of Maverick #CFBECB

RGB

 RED value IS 207 (81.25% from 255) = 34.5%

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

 BLUE value IS 203 (79.69% from 255) = 33.83%

R = 34.5%
G = 31.67%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFBECB (or 0xCFBECB) is known color: Maverick. HEX triplet: CF, BE and CB. RGB value is (207,190,203). Sum of RGB (Red+Green+Blue) = 207+190+203=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECB is #304134. Grayscale: #C4C4C4. Windows color (decimal): -3162421 or 13352655. OLE color: 13352655.

HSL color Cylindrical-coordinate representation of color #CFBECB: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBECB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 203 -
CMYK 0 0.08 0.02 0.19
HSL 314.12º 0.15% 0.78% -
HSV(B) 314.12º 0.08% 0.81% -
XYZ 54.93 54.4 64.11 -
YUV 196.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 207 190 203 0 0.08 0.02 0.19 314.12 0.15 0.78
Hex CF BE CB 0 8 2 13 13A F 4E
Octal 317 276 313 0 10 2 23 472 17 116
Binary 11001111 10111110 11001011 0 1000 10 10011 100111010 1111 1001110

Color Harmonies of #CFBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBECB

Black with #CFBECB

Text Example


Text Example

White with #CFBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBECB; }

 p { color: rgb(207,190,203); }

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

background-color css

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

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

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

border-color css

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

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

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