Html Css Color HEX #CBC401 La Rioja

📋 copy color: '#CBC401'

red 203 ◦ green 196 ◦ blue 1

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

Shades of La Rioja #CBC401

Tints of La Rioja #CBC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 50.75%
G = 49%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBC401 (or 0xCBC401) is known color: La Rioja. HEX triplet: CB, C4 and 01. RGB value is (203,196,1). Sum of RGB (Red+Green+Blue) = 203+196+1=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC401 is #343BFE. Grayscale: #B0B0B0. Windows color (decimal): -3423231 or 115915. OLE color: 115915.

HSL color Cylindrical-coordinate representation of color #CBC401: hue angle of 57.92º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBC401 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 1 -
CMYK 0 0.03 1.00 0.20
HSL 57.92º 0.99% 0.4% -
HSV(B) 57.92º 1% 0.8% -
XYZ 44.37 52.18 7.76 -
YUV 175.86 29.32 147.36 -
System Red Green Blue C M Y K H S L
Decimal 203 196 1 0 0.03 1.00 0.20 57.92 0.99 0.4
Hex CB C4 1 0 3 64 14 3A 63 28
Octal 313 304 1 0 3 144 24 72 143 50
Binary 11001011 11000100 1 0 11 1100100 10100 111010 1100011 101000

Color Harmonies of #CBC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC401

Black with #CBC401

Text Example


Text Example

White with #CBC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC401; }

 p { color: rgb(203,196,1); }

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

background-color css

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

 a { background-color: rgb(203,196,1); }

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

border-color css

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

 span { border-color: rgb(203,196,1); }

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