Html Css Color HEX #C4CB0F La Rioja

📋 copy color: '#C4CB0F'

red 196 ◦ green 203 ◦ blue 15

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

Shades of La Rioja #C4CB0F

Tints of La Rioja #C4CB0F

RGB

 RED value IS 196 (76.95% from 255) = 47.34%

 GREEN value IS 203 (79.69% from 255) = 49.03%

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 47.34%
G = 49.03%
B = 3.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#C4CB0F (or 0xC4CB0F) is known color: La Rioja. HEX triplet: C4, CB and 0F. RGB value is (196,203,15). Sum of RGB (Red+Green+Blue) = 196+203+15=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CB0F is #3B34F0. Grayscale: #B4B4B4. Windows color (decimal): -3880177 or 1035204. OLE color: 1035204.

HSL color Cylindrical-coordinate representation of color #C4CB0F: hue angle of 62.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4CB0F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 203 15 -
CMYK 0.03 0 0.93 0.20
HSL 62.23º 0.86% 0.43% -
HSV(B) 62.23º 0.93% 0.8% -
XYZ 44.21 54.48 8.64 -
YUV 179.48 35.18 139.79 -
System Red Green Blue C M Y K H S L
Decimal 196 203 15 0.03 0 0.93 0.20 62.23 0.86 0.43
Hex C4 CB F 3 0 5D 14 3E 56 2B
Octal 304 313 17 3 0 135 24 76 126 53
Binary 11000100 11001011 1111 11 0 1011101 10100 111110 1010110 101011

Color Harmonies of #C4CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CB0F

Black with #C4CB0F

Text Example


Text Example

White with #C4CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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