Html Css Color HEX #C8CA1E Barberry

📋 copy color: '#C8CA1E'

red 200 ◦ green 202 ◦ blue 30

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

Shades of Barberry #C8CA1E

Tints of Barberry #C8CA1E

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 46.3%
G = 46.76%
B = 6.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C8CA1E (or 0xC8CA1E) is known color: Barberry. HEX triplet: C8, CA and 1E. RGB value is (200,202,30). Sum of RGB (Red+Green+Blue) = 200+202+30=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA1E is #3735E1. Grayscale: #B6B6B6. Windows color (decimal): -3618274 or 2017992. OLE color: 2017992.

HSL color Cylindrical-coordinate representation of color #C8CA1E: hue angle of 60.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8CA1E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 202 30 -
CMYK 0.01 0 0.85 0.21
HSL 60.7º 0.74% 0.45% -
HSV(B) 60.7º 0.85% 0.79% -
XYZ 45.17 54.61 9.39 -
YUV 181.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 200 202 30 0.01 0 0.85 0.21 60.7 0.74 0.45
Hex C8 CA 1E 1 0 55 15 3D 4A 2D
Octal 310 312 36 1 0 125 25 75 112 55
Binary 11001000 11001010 11110 1 0 1010101 10101 111101 1001010 101101

Color Harmonies of #C8CA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CA1E

Black with #C8CA1E

Text Example


Text Example

White with #C8CA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CA1E; }

 p { color: rgb(200,202,30); }

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

background-color css

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

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

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

border-color css

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

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

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